Uses of Class
com.google.common.truth.DoubleSubject
-
Packages that use DoubleSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of DoubleSubject in com.google.common.truth
Methods in com.google.common.truth that return DoubleSubject Modifier and Type Method Description static DoubleSubject
Truth. assertThat(@Nullable Double actual)
Begins an assertion about aDouble
.DoubleSubject
StandardSubjectBuilder. that(@Nullable Double actual)
-