Uses of Class
com.google.common.truth.OptionalDoubleSubject
-
Packages that use OptionalDoubleSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of OptionalDoubleSubject in com.google.common.truth
Methods in com.google.common.truth that return OptionalDoubleSubject Modifier and Type Method Description static OptionalDoubleSubject
Truth8. assertThat(@Nullable java.util.OptionalDouble target)
Methods in com.google.common.truth that return types with arguments of type OptionalDoubleSubject Modifier and Type Method Description static Subject.Factory<OptionalDoubleSubject,java.util.OptionalDouble>
OptionalDoubleSubject. optionalDoubles()
-