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