|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.mock.MockServerMatcher
public class MockServerMatcher
| Field Summary | |
|---|---|
protected List<Expectation> |
expectations
|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Constructor Summary | |
|---|---|
MockServerMatcher()
|
|
| Method Summary | |
|---|---|
void |
clear(HttpRequest httpRequest)
|
void |
dumpToLog(HttpRequest httpRequest)
|
Action |
handle(HttpRequest httpRequest)
|
void |
reset()
|
Expectation[] |
retrieve(HttpRequest httpRequest)
|
Expectation |
when(HttpRequest httpRequest)
|
Expectation |
when(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive)
|
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final List<Expectation> expectations
| Constructor Detail |
|---|
public MockServerMatcher()
| Method Detail |
|---|
public Expectation when(HttpRequest httpRequest)
public Expectation when(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive)
public Action handle(HttpRequest httpRequest)
public void clear(HttpRequest httpRequest)
public void reset()
public void dumpToLog(HttpRequest httpRequest)
public Expectation[] retrieve(HttpRequest httpRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||