Uses of Class
com.google.common.truth.IntegerSubject.TolerantIntegerComparison
-
Packages that use IntegerSubject.TolerantIntegerComparison Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of IntegerSubject.TolerantIntegerComparison in com.google.common.truth
Methods in com.google.common.truth that return IntegerSubject.TolerantIntegerComparison Modifier and Type Method Description IntegerSubject.TolerantIntegerComparison
IntegerSubject. isNotWithin(int tolerance)
Prepares for a check that the subject 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.TolerantIntegerComparison
IntegerSubject. isWithin(int tolerance)
Prepares for a check that the subject is a number within the given tolerance of an expected value that will be provided in the next call in the fluent chain.
-