Uses of Interface
org.mockserver.mock.action.ExpectationResponseCallback
-
Packages that use ExpectationResponseCallback Package Description org.mockserver.client org.mockserver.integration.callback -
-
Uses of ExpectationResponseCallback in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationResponseCallback Modifier and Type Method Description void
ForwardChainExpectation. respond(ExpectationResponseCallback expectationResponseCallback)
Call method on object locally or remotely (over web socket) to generate response to return when expectation is matchedvoid
ForwardChainExpectation. respond(ExpectationResponseCallback expectationResponseCallback, Delay delay)
Call method on object locally or remotely (over web socket) to generate response to return when expectation is matched -
Uses of ExpectationResponseCallback in org.mockserver.integration.callback
Classes in org.mockserver.integration.callback that implement ExpectationResponseCallback Modifier and Type Class Description class
PrecannedTestExpectationResponseCallback
class
StaticTestExpectationResponseCallback
-