Uses of Class
com.google.common.truth.MultimapSubject.UsingCorrespondence
-
Packages that use MultimapSubject.UsingCorrespondence Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of MultimapSubject.UsingCorrespondence in com.google.common.truth
Methods in com.google.common.truth that return MultimapSubject.UsingCorrespondence Modifier and Type Method Description <A extends @Nullable Object,E extends @Nullable Object>
MultimapSubject.UsingCorrespondence<A,E>MultimapSubject. comparingValuesUsing(Correspondence<? super A,? super E> correspondence)
Starts a method chain for a check in which the actual values (i.e. the values of theMultimap
under test) are compared to expected values using the givenCorrespondence
.
-