Uses of Class
com.google.common.truth.IterableSubject.UsingCorrespondence.Pairing
-
Uses of IterableSubject.UsingCorrespondence.Pairing in com.google.common.truth
Methods in com.google.common.truth that return IterableSubject.UsingCorrespondence.PairingModifier and TypeMethodDescription(package private) IterableSubject.UsingCorrespondence<A,
E>.Pairing IterableSubject.UsingCorrespondence.Pairer.pair
(List<? extends E> expectedValues, List<? extends A> actualValues, Correspondence.ExceptionStore exceptions) Returns aIterableSubject.UsingCorrespondence<A,
of the given expected and actual values, orE>.Pairing null
if the expected values are not uniquely keyed.Methods in com.google.common.truth with parameters of type IterableSubject.UsingCorrespondence.PairingModifier and TypeMethodDescriptionprivate String
IterableSubject.UsingCorrespondence.describeAnyMatchesByKey
(IterableSubject.UsingCorrespondence<A, E>.Pairing pairing, Correspondence.ExceptionStore exceptions) private String
IterableSubject.UsingCorrespondence.describeMissingOrExtraWithPairing
(IterableSubject.UsingCorrespondence<A, E>.Pairing pairing, Correspondence.ExceptionStore exceptions) private String
IterableSubject.UsingCorrespondence.describeMissingWithPairing
(IterableSubject.UsingCorrespondence<A, E>.Pairing pairing, Correspondence.ExceptionStore exceptions)