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
Truth. assertThat(@Nullable OptionalDouble actual)
Begins an assertion about anOptionalDouble
.static OptionalDoubleSubject
Truth8. assertThat(@Nullable OptionalDouble target)
Deprecated.OptionalDoubleSubject
StandardSubjectBuilder. 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(...)
.
-