Uses of Class
org.mockserver.matchers.MatchDifference
Packages that use MatchDifference
-
Uses of MatchDifference in org.mockserver.collections
Methods in org.mockserver.collections with parameters of type MatchDifferenceModifier and TypeMethodDescriptionbooleanNottableStringHashMap.containsAll(MockServerLogger mockServerLogger, MatchDifference context, NottableStringHashMap subset) booleanNottableStringMultiMap.containsAll(MockServerLogger mockServerLogger, MatchDifference context, NottableStringMultiMap subset) -
Uses of MatchDifference in org.mockserver.matchers
Methods in org.mockserver.matchers that return MatchDifferenceModifier and TypeMethodDescriptionMatchDifference.addDifference(String messageFormat, Object... arguments) MatchDifference.addDifference(MockServerLogger mockServerLogger, String messageFormat, Object... arguments) MatchDifference.addDifference(MockServerLogger mockServerLogger, Throwable throwable, String messageFormat, Object... arguments) MatchDifference.addDifference(MatchDifference.Field fieldName, String messageFormat, Object... arguments) protected MatchDifferenceMatchDifference.currentField(MatchDifference.Field fieldName) Methods in org.mockserver.matchers with parameters of type MatchDifferenceModifier and TypeMethodDescriptionabstract booleanAbstractHttpRequestMatcher.matches(MatchDifference context, RequestDefinition requestDefinition) booleanBinaryMatcher.matches(MatchDifference context, byte[] matched) booleanBinaryRequestPropertiesMatcher.matches(MatchDifference context, RequestDefinition requestDefinition) booleanBooleanMatcher.matches(MatchDifference context, Boolean matched) booleanDnsRequestPropertiesMatcher.matches(MatchDifference context, RequestDefinition requestDefinition) booleanExactStringMatcher.matches(MatchDifference context, String matched) booleanExactStringMatcher.matches(MatchDifference context, NottableString matched) booleanGraphQLMatcher.matches(MatchDifference context, String matched) booleanHashMapMatcher.matches(MatchDifference context, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> matched) booleanHttpRequestMatcher.matches(MatchDifference context, RequestDefinition httpRequest) booleanHttpRequestPropertiesMatcher.matches(MatchDifference context, RequestDefinition requestDefinition) booleanHttpRequestsPropertiesMatcher.matches(MatchDifference context, RequestDefinition requestDefinition) booleanJsonPathMatcher.matches(MatchDifference context, String matched) booleanJsonRpcMatcher.matches(MatchDifference context, String matched) booleanJsonSchemaMatcher.matches(MatchDifference context, String matched) booleanJsonStringMatcher.matches(MatchDifference context, String matched) booleanMatcher.matches(MatchDifference context, T t) booleanMultiValueMapMatcher.matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue, ? extends KeysToMultiValues> matched) booleanParameterStringMatcher.matches(MatchDifference context, String matched) booleanRegexStringMatcher.matches(MockServerLogger mockServerLogger, MatchDifference context, NottableString matcher, NottableString matched) booleanRegexStringMatcher.matches(MatchDifference context, NottableString matched) booleanSubStringMatcher.matches(MatchDifference context, String matched) booleanSubStringMatcher.matches(MatchDifference context, NottableString matched) booleanWasmBodyMatcher.matches(MatchDifference context, String actual) booleanXmlSchemaMatcher.matches(MatchDifference context, String matched) booleanXmlStringMatcher.matches(MatchDifference context, String matched) booleanXPathMatcher.matches(MatchDifference context, String matched) -
Uses of MatchDifference in org.mockserver.model
Methods in org.mockserver.model with parameters of type MatchDifferenceModifier and TypeMethodDescriptionbooleanNottableSchemaString.matches(MockServerLogger mockServerLogger, MatchDifference context, String json) booleanNottableSchemaString.matches(MockServerLogger mockServerLogger, MatchDifference context, List<NottableString> json)