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