Uses of Interface
com.google.common.truth.Correspondence.BinaryPredicate
-
-
Uses of Correspondence.BinaryPredicate in com.google.common.truth
Fields in com.google.common.truth declared as Correspondence.BinaryPredicate Modifier and Type Field Description private Correspondence.BinaryPredicate<A,E>
Correspondence.FromBinaryPredicate. predicate
Methods in com.google.common.truth with parameters of type Correspondence.BinaryPredicate Modifier and Type Method Description static <A,E>
Correspondence<A,E>Correspondence. from(Correspondence.BinaryPredicate<A,E> predicate, java.lang.String description)
Constructs aCorrespondence
that compares actual and expected elements using the given binary predicate.Constructors in com.google.common.truth with parameters of type Correspondence.BinaryPredicate Constructor Description FromBinaryPredicate(Correspondence.BinaryPredicate<A,E> correspondencePredicate, java.lang.String description)
-