Uses of Class
com.google.common.truth.IntegerSubject.TolerantIntegerComparison
Packages that use IntegerSubject.TolerantIntegerComparison
-
Uses of IntegerSubject.TolerantIntegerComparison in com.google.common.truth
Methods in com.google.common.truth that return IntegerSubject.TolerantIntegerComparisonModifier and TypeMethodDescriptionIntegerSubject.isNotWithin
(int tolerance) Prepares for a check that the actual value is a number not within the given tolerance of an expected value that will be provided in the next call in the fluent chain.IntegerSubject.isWithin
(int tolerance) Prepares for a check that the actual value is a number within the given tolerance of an expected value that will be provided in the next call in the fluent chain.