Uses of Class
org.mockserver.model.AfterAction
Packages that use AfterAction
Package
Description
-
Uses of AfterAction in org.mockserver.client
Methods in org.mockserver.client with parameters of type AfterActionModifier and TypeMethodDescriptionForwardChainExpectation.withAfterAction(AfterAction afterAction) Set a single after-action to execute after the primary action completesForwardChainExpectation.withAfterActions(AfterAction... afterActions) ForwardChainExpectation.withBeforeAction(AfterAction beforeAction) Set a single before-action to execute before the primary action.ForwardChainExpectation.withBeforeActions(AfterAction... beforeActions) -
Uses of AfterAction in org.mockserver.mock
Methods in org.mockserver.mock that return types with arguments of type AfterActionMethods in org.mockserver.mock with parameters of type AfterActionModifier and TypeMethodDescriptionExpectation.withAfterActions(AfterAction... afterActions) Expectation.withBeforeActions(AfterAction... beforeActions) Method parameters in org.mockserver.mock with type arguments of type AfterActionModifier and TypeMethodDescriptionExpectation.withAfterActions(List<AfterAction> afterActions) Expectation.withBeforeActions(List<AfterAction> beforeActions) -
Uses of AfterAction in org.mockserver.model
Methods in org.mockserver.model that return AfterActionModifier and TypeMethodDescriptionstatic AfterActionAfterAction.afterAction()static AfterActionAfterAction.beforeAction()Convenience factory producing an action intended for use as a before-action.AfterAction.withBlocking(Boolean blocking) AfterAction.withFailurePolicy(FailurePolicy failurePolicy) AfterAction.withHttpClassCallback(HttpClassCallback httpClassCallback) AfterAction.withHttpObjectCallback(HttpObjectCallback httpObjectCallback) AfterAction.withHttpRequest(HttpRequest httpRequest) AfterAction.withTimeout(Delay timeout) -
Uses of AfterAction in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return AfterActionConstructors in org.mockserver.serialization.model with parameters of type AfterAction