Expectation[] |
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback)
Call method on object locally or remotely (over web socket)
to generate request to forward when expectation is matched
|
Expectation[] |
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
|
Expectation[] |
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
ExpectationForwardAndResponseCallback expectationForwardResponseCallback)
Call method on object locally or remotely (over web socket)
to generate request to forward when expectation is matched
|
Expectation[] |
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
ExpectationForwardAndResponseCallback expectationForwardResponseCallback,
Delay delay)
Call method on object locally or remotely (over web socket)
to generate request to forward when expectation is matched
|