public class MockServerMatcher extends MockServerMatcherNotifier
| Modifier and Type | Field and Description |
|---|---|
protected List<HttpRequestMatcher> |
httpRequestMatchers |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Expectation expectation) |
void |
clear(HttpRequest httpRequest) |
Expectation |
firstMatchingExpectation(HttpRequest httpRequest) |
boolean |
isEmpty() |
void |
reset() |
List<Expectation> |
retrieveExpectations(HttpRequest httpRequest) |
notifyListeners, registerListenerequals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toStringprotected final List<HttpRequestMatcher> httpRequestMatchers
public void add(Expectation expectation)
public void reset()
public Expectation firstMatchingExpectation(HttpRequest httpRequest)
public void clear(HttpRequest httpRequest)
public List<Expectation> retrieveExpectations(HttpRequest httpRequest)
public boolean isEmpty()
Copyright © 2018. All rights reserved.