Uses of Class
com.google.common.truth.FloatSubject.TolerantFloatComparison
Packages that use FloatSubject.TolerantFloatComparison
-
Uses of FloatSubject.TolerantFloatComparison in com.google.common.truth
Methods in com.google.common.truth that return FloatSubject.TolerantFloatComparisonModifier and TypeMethodDescriptionFloatSubject.isNotWithin
(float tolerance) Prepares for a check that the actual value 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.isWithin
(float tolerance) Prepares for a check that the actual value is a finite number within the given tolerance of an expected value that will be provided in the next call in the fluent chain.