Uses of Class
com.google.common.truth.FloatSubject.TolerantFloatComparison
-
Packages that use FloatSubject.TolerantFloatComparison Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of FloatSubject.TolerantFloatComparison in com.google.common.truth
Methods in com.google.common.truth that return FloatSubject.TolerantFloatComparison Modifier and Type Method Description FloatSubject.TolerantFloatComparison
FloatSubject. isNotWithin(float tolerance)
Prepares for a check that the subject is a finite number not within the given tolerance of an expected value that will be provided in the next call in the fluent chain.FloatSubject.TolerantFloatComparison
FloatSubject. isWithin(float tolerance)
Prepares for a check that the subject is a finite number within the given tolerance of an expected value that will be provided in the next call in the fluent chain.
-