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 OptionalDoubleSubjectTruth. assertThat(@Nullable OptionalDouble actual)Begins an assertion about anOptionalDouble.static OptionalDoubleSubjectTruth8. assertThat(@Nullable OptionalDouble actual)Deprecated.OptionalDoubleSubjectStandardSubjectBuilder. that(@Nullable OptionalDouble actual)Methods in com.google.common.truth that return types with arguments of type OptionalDoubleSubject Modifier and Type Method Description static Subject.Factory<OptionalDoubleSubject,OptionalDouble>OptionalDoubleSubject. optionalDoubles()Deprecated.Instead ofabout(optionalDoubles()).that(...), use justthat(...). 
 -