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.predicateMethods 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 aCorrespondencethat compares actual and expected elements using the given binary predicate.Constructors in com.google.common.truth with parameters of type Correspondence.BinaryPredicateModifierConstructorDescriptionprivateFromBinaryPredicate(Correspondence.BinaryPredicate<A, E> correspondencePredicate, String description)