Uses of Interface
com.google.common.truth.MapSubject.ValueTester
-
Uses of MapSubject.ValueTester in com.google.common.truth
Fields in com.google.common.truth declared as MapSubject.ValueTesterModifier and TypeFieldDescriptionprivate static final MapSubject.ValueTester
<Object, Object> MapSubject.EQUALITY
Methods in com.google.common.truth with parameters of type MapSubject.ValueTesterModifier and TypeMethodDescription(package private) static <K,
A, E> MapSubject.MapDifference <K, A, E> MapSubject.MapDifference.create
(Map<? extends K, ? extends A> actual, Map<? extends K, ? extends E> expected, boolean allowUnexpected, MapSubject.ValueTester<? super A, ? super E> valueTester)