Uses of Class
com.google.common.truth.MultimapSubject.UsingCorrespondence
Packages that use MultimapSubject.UsingCorrespondence
-
Uses of MultimapSubject.UsingCorrespondence in com.google.common.truth
Methods in com.google.common.truth that return MultimapSubject.UsingCorrespondenceModifier and TypeMethodDescription<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
.