Uses of Interface
com.google.common.truth.Correspondence.BinaryPredicate
-
Packages that use Correspondence.BinaryPredicate Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of Correspondence.BinaryPredicate in com.google.common.truth
Methods in com.google.common.truth with parameters of type Correspondence.BinaryPredicate Modifier and Type Method Description static <A extends @Nullable Object,E extends @Nullable Object>
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.
-