public abstract class RequestMatcher extends java.lang.Object implements NamedValueMatcher<Request>
| Constructor and Description |
|---|
RequestMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExpected() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNamematchpublic java.lang.String getExpected()
getExpected in interface NamedValueMatcher<Request>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object