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.TolerantLongComparisonLongSubject. isNotWithin(long 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.LongSubject.TolerantLongComparisonLongSubject. isWithin(long 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. 
 -