Uses of Class
com.google.common.truth.DoubleSubject
-
-
Uses of DoubleSubject in com.google.common.truth
Fields in com.google.common.truth declared as DoubleSubject Modifier and Type Field Description private DoubleSubject
FloatSubject. asDouble
Methods in com.google.common.truth that return DoubleSubject Modifier and Type Method Description static DoubleSubject
Truth. assertThat(java.lang.Double actual)
DoubleSubject
StandardSubjectBuilder. that(java.lang.Double actual)
-