Uses of Class
org.mockserver.client.ForwardChainExpectation
-
Packages that use ForwardChainExpectation Package Description org.mockserver.client -
-
Uses of ForwardChainExpectation in org.mockserver.client
Methods in org.mockserver.client that return ForwardChainExpectation Modifier and Type Method Description ForwardChainExpectation
MockServerClient. when(HttpRequest httpRequest)
Specify an unlimited expectation that will respond regardless of the number of matching http for example:ForwardChainExpectation
MockServerClient. when(HttpRequest httpRequest, Times times)
Specify an limited expectation that will respond a specified number of times when the http is matched for example:ForwardChainExpectation
MockServerClient. when(HttpRequest httpRequest, Times times, TimeToLive timeToLive)
Specify an limited expectation that will respond a specified number of times when the http is matched for example:
-