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