Class and Description |
---|
com.google.common.truth.MathUtil
Similar static methods are available through
DoubleMath.fuzzyEquals(double, double, double) . However, if you're using MathUtil
from the implementation of a custom Subject , you may prefer to delegate to DoubleSubject , as in check(...).that(actual().someValue()).isWithin(...).of(...) . |
Constructor and Description |
---|
com.google.common.truth.Correspondence()
Construct an instance with the static factory methods instead. The most mechanical
migration is usually to
Correspondence.from(com.google.common.truth.Correspondence.BinaryPredicate<A, E>, java.lang.String) . |
Copyright © 2019. All rights reserved.