Class RequestMatcher
java.lang.Object
com.github.tomakehurst.wiremock.matching.RequestMatcher
- All Implemented Interfaces:
NamedValueMatcher<Request>,ValueMatcher<Request>
- Direct Known Subclasses:
RequestMatcherExtension
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.matching.NamedValueMatcher
getNameMethods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher
match
-
Constructor Details
-
RequestMatcher
public RequestMatcher()
-
-
Method Details
-
getExpected
- Specified by:
getExpectedin interfaceNamedValueMatcher<Request>
-
hashCode
public int hashCode() -
equals
-