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.PairingIterableSubject.UsingCorrespondence.Pairer. pair(java.util.List<? extends E> expectedValues, java.util.List<? extends A> actualValues, Correspondence.ExceptionStore exceptions)Returns aIterableSubject.UsingCorrespondence.Pairingof the given expected and actual values, ornullif 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.StringIterableSubject.UsingCorrespondence. describeAnyMatchesByKey(IterableSubject.UsingCorrespondence.Pairing pairing, Correspondence.ExceptionStore exceptions)private java.lang.StringIterableSubject.UsingCorrespondence. describeMissingOrExtraWithPairing(IterableSubject.UsingCorrespondence.Pairing pairing, Correspondence.ExceptionStore exceptions)private java.lang.StringIterableSubject.UsingCorrespondence. describeMissingWithPairing(IterableSubject.UsingCorrespondence.Pairing pairing, Correspondence.ExceptionStore exceptions)
-