Uses of Class
com.google.common.truth.DoubleSubject.TolerantDoubleComparison
Packages that use DoubleSubject.TolerantDoubleComparison
-
Uses of DoubleSubject.TolerantDoubleComparison in com.google.common.truth
Methods in com.google.common.truth that return DoubleSubject.TolerantDoubleComparisonModifier and TypeMethodDescriptionDoubleSubject.isNotWithin
(double 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.DoubleSubject.isWithin
(double 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.