Package org.mockserver.mock
Class MockServerMatcher
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.ui.MockServerMatcherNotifier
-
- org.mockserver.mock.MockServerMatcher
-
public class MockServerMatcher extends MockServerMatcherNotifier
- Author:
- jamesdbloom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Expectation expectation)voidclear(HttpRequest httpRequest)ExpectationfirstMatchingExpectation(HttpRequest httpRequest)booleanisEmpty()voidreset()List<Expectation>retrieveActiveExpectations(HttpRequest httpRequest)-
Methods inherited from class org.mockserver.ui.MockServerMatcherNotifier
notifyListeners, registerListener, unregisterListener
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Method Detail
-
add
public void add(Expectation expectation)
-
reset
public void reset()
-
firstMatchingExpectation
public Expectation firstMatchingExpectation(HttpRequest httpRequest)
-
clear
public void clear(HttpRequest httpRequest)
-
retrieveActiveExpectations
public List<Expectation> retrieveActiveExpectations(HttpRequest httpRequest)
-
isEmpty
public boolean isEmpty()
-
-