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.Pairing Modifier and Type Method Description (package private) IterableSubject.UsingCorrespondence.Pairing
IterableSubject.UsingCorrespondence.Pairer. pair(java.util.List<? extends E> expectedValues, java.util.List<? extends A> actualValues, Correspondence.ExceptionStore exceptions)
Returns aIterableSubject.UsingCorrespondence.Pairing
of the given expected and actual values, ornull
if the expected values are not uniquely keyed.Methods in com.google.common.truth with parameters of type IterableSubject.UsingCorrespondence.Pairing Modifier and Type Method Description private java.lang.String
IterableSubject.UsingCorrespondence. describeAnyMatchesByKey(IterableSubject.UsingCorrespondence.Pairing pairing, Correspondence.ExceptionStore exceptions)
private java.lang.String
IterableSubject.UsingCorrespondence. describeMissingOrExtraWithPairing(IterableSubject.UsingCorrespondence.Pairing pairing, Correspondence.ExceptionStore exceptions)
private java.lang.String
IterableSubject.UsingCorrespondence. describeMissingWithPairing(IterableSubject.UsingCorrespondence.Pairing pairing, Correspondence.ExceptionStore exceptions)
-