Class RequestMatcher
- java.lang.Object
-
- com.github.tomakehurst.wiremock.matching.RequestMatcher
-
- All Implemented Interfaces:
NamedValueMatcher<Request>,ValueMatcher<Request>
- Direct Known Subclasses:
RequestMatcherExtension
public abstract class RequestMatcher extends java.lang.Object implements NamedValueMatcher<Request>
-
-
Constructor Summary
Constructors Constructor Description RequestMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetExpected()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.tomakehurst.wiremock.matching.NamedValueMatcher
getName
-
Methods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher
match
-
-
-
-
Method Detail
-
getExpected
public java.lang.String getExpected()
- Specified by:
getExpectedin interfaceNamedValueMatcher<Request>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-