Uses of Class
com.google.common.truth.LongSubject.TolerantLongComparison
Packages that use LongSubject.TolerantLongComparison
-
Uses of LongSubject.TolerantLongComparison in com.google.common.truth
Methods in com.google.common.truth that return LongSubject.TolerantLongComparisonModifier and TypeMethodDescriptionLongSubject.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.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.