Uses of Class
com.google.common.truth.DoubleSubject.TolerantDoubleComparison
-
Packages that use DoubleSubject.TolerantDoubleComparison Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of DoubleSubject.TolerantDoubleComparison in com.google.common.truth
Methods in com.google.common.truth that return DoubleSubject.TolerantDoubleComparison Modifier and Type Method Description DoubleSubject.TolerantDoubleComparison
DoubleSubject. isNotWithin(double 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.DoubleSubject.TolerantDoubleComparison
DoubleSubject. isWithin(double 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.
-