Uses of Class
com.google.common.truth.MapSubject.ValueDifference
-
-
Uses of MapSubject.ValueDifference in com.google.common.truth
Fields in com.google.common.truth with type parameters of type MapSubject.ValueDifference Modifier and Type Field Description private static com.google.common.base.Function<MapSubject.ValueDifference<java.lang.Object,java.lang.Object>,java.lang.String>
MapSubject. VALUE_DIFFERENCE_FORMAT
A formatting function for value differences when compared for equality.private java.util.Map<K,MapSubject.ValueDifference<A,E>>
MapSubject.MapDifference. wrongValues
Methods in com.google.common.truth that return types with arguments of type MapSubject.ValueDifference Modifier and Type Method Description private <V extends E>
com.google.common.base.Function<MapSubject.ValueDifference<A,V>,java.lang.String>MapSubject.UsingCorrespondence. valueDiffFormat(Correspondence.ExceptionStore exceptions)
Returns a formatting function for value differences when compared using the current correspondence.Method parameters in com.google.common.truth with type arguments of type MapSubject.ValueDifference Modifier and Type Method Description (package private) java.lang.String
MapSubject.MapDifference. describe(com.google.common.base.Function<MapSubject.ValueDifference<A,E>,java.lang.String> valueDiffFormat)
-