Uses of Class
org.mockserver.model.ExpectationStep
Packages that use ExpectationStep
Package
Description
-
Uses of ExpectationStep in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationStepModifier and TypeMethodDescriptionForwardChainExpectation.withSteps(ExpectationStep... steps) Set an ordered list of steps for this expectation.Method parameters in org.mockserver.client with type arguments of type ExpectationStepModifier and TypeMethodDescriptionForwardChainExpectation.withSteps(List<ExpectationStep> steps) Set an ordered list of steps for this expectation. -
Uses of ExpectationStep in org.mockserver.mock
Methods in org.mockserver.mock that return types with arguments of type ExpectationStepModifier and TypeMethodDescriptionExpectation.getPostResponderSteps()Returns the ordered list of side-effect steps that appear after the responder in the steps list (post-responder side-effects).Expectation.getPreResponderSteps()Returns the ordered list of side-effect steps (non-responder steps that appear before the responder in the steps list).Expectation.getSteps()Methods in org.mockserver.mock with parameters of type ExpectationStepMethod parameters in org.mockserver.mock with type arguments of type ExpectationStep -
Uses of ExpectationStep in org.mockserver.model
Methods in org.mockserver.model that return ExpectationStepModifier and TypeMethodDescriptionstatic ExpectationStepExpectationStep.step()ExpectationStep.withBlocking(Boolean blocking) ExpectationStep.withFailurePolicy(FailurePolicy failurePolicy) ExpectationStep.withHttpClassCallback(HttpClassCallback httpClassCallback) ExpectationStep.withHttpError(HttpError httpError) ExpectationStep.withHttpForward(HttpForward httpForward) ExpectationStep.withHttpObjectCallback(HttpObjectCallback httpObjectCallback) ExpectationStep.withHttpOverrideForwardedRequest(HttpOverrideForwardedRequest httpOverrideForwardedRequest) ExpectationStep.withHttpRequest(HttpRequest httpRequest) ExpectationStep.withHttpResponse(HttpResponse httpResponse) ExpectationStep.withResponder(Boolean responder) ExpectationStep.withTimeout(Delay timeout) -
Uses of ExpectationStep in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return ExpectationStepConstructors in org.mockserver.serialization.model with parameters of type ExpectationStep