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.BinaryPredicateModifier and TypeFieldDescriptionprivate final Correspondence.BinaryPredicate
<A, E> Correspondence.FromBinaryPredicate.predicate
Methods in com.google.common.truth with parameters of type Correspondence.BinaryPredicateModifier and TypeMethodDescriptionstatic <A,
E> Correspondence <A, E> Correspondence.from
(Correspondence.BinaryPredicate<A, E> predicate, 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.BinaryPredicateModifierConstructorDescriptionprivate
FromBinaryPredicate
(Correspondence.BinaryPredicate<A, E> correspondencePredicate, String description)