| Class and Description | 
|---|
| com.google.common.truth.MathUtil Similar static methods are available through  DoubleMath.fuzzyEquals(double, double, double). However, if you're usingMathUtilfrom the implementation of a customSubject, you may prefer to delegate toDoubleSubject, as incheck(...).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.