Interface HttpRequestMatcher
- All Superinterfaces:
Matcher<RequestDefinition>
- All Known Implementing Classes:
AbstractHttpRequestMatcher,HttpRequestPropertiesMatcher
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisActive()booleanbooleanmatches(MatchDifference context, RequestDefinition httpRequest) booleanmatches(RequestDefinition request) setResponseInProgress(boolean responseInProgress) booleanupdate(Expectation expectation) booleanupdate(RequestDefinition requestDefinition)
-
Method Details
-
getHttpRequests
List<HttpRequest> getHttpRequests() -
matches
-
matches
- Specified by:
matchesin interfaceMatcher<RequestDefinition>
-
getExpectation
Expectation getExpectation() -
update
-
update
-
setResponseInProgress
-
isResponseInProgress
boolean isResponseInProgress() -
getSource
MockServerMatcherNotifier.Cause getSource() -
withSource
-
isActive
boolean isActive()
-