Uses of Class
software.xdev.mockserver.matchers.MatchDifference
Packages that use MatchDifference
-
Uses of MatchDifference in software.xdev.mockserver.collections
Methods in software.xdev.mockserver.collections with parameters of type MatchDifferenceModifier and TypeMethodDescriptionbooleanNottableStringHashMap.containsAll(MatchDifference context, NottableStringHashMap subset) booleanNottableStringMultiMap.containsAll(MatchDifference context, NottableStringMultiMap subset) -
Uses of MatchDifference in software.xdev.mockserver.matchers
Methods in software.xdev.mockserver.matchers that return MatchDifferenceModifier and TypeMethodDescriptionMatchDifference.addDifference(String messageFormat, Object... arguments) MatchDifference.addDifference(MatchDifference.Field fieldName, String messageFormat, Object... arguments) protected MatchDifferenceMatchDifference.currentField(MatchDifference.Field fieldName) Methods in software.xdev.mockserver.matchers with parameters of type MatchDifferenceModifier and TypeMethodDescriptionabstract booleanAbstractHttpRequestMatcher.matches(MatchDifference context, RequestDefinition requestDefinition) booleanBinaryMatcher.matches(MatchDifference context, byte[] matched) booleanBooleanMatcher.matches(MatchDifference context, Boolean matched) booleanExactStringMatcher.matches(MatchDifference context, String matched) booleanExactStringMatcher.matches(MatchDifference context, NottableString matched) booleanHashMapMatcher.matches(MatchDifference context, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> matched) booleanHttpRequestMatcher.matches(MatchDifference context, RequestDefinition httpRequest) booleanHttpRequestPropertiesMatcher.matches(MatchDifference context, RequestDefinition requestDefinition) booleanMatcher.matches(MatchDifference context, T t) booleanMultiValueMapMatcher.matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue, ? extends KeysToMultiValues> matched) booleanParameterStringMatcher.matches(MatchDifference context, String matched) booleanRegexStringMatcher.matches(MatchDifference context, NottableString matched) booleanRegexStringMatcher.matches(MatchDifference context, NottableString matcher, NottableString matched) booleanSubStringMatcher.matches(MatchDifference context, String matched) booleanSubStringMatcher.matches(MatchDifference context, NottableString matched)