Uses of Interface
org.citrusframework.validation.ValidationProcessor
Packages that use ValidationProcessor
-
Uses of ValidationProcessor in org.citrusframework.actions
Methods in org.citrusframework.actions with parameters of type ValidationProcessorModifier and TypeMethodDescriptionReceiveActionBuilder.validate(ValidationProcessor processor) Adds validation processor to the action for validating the received message with Java code.ReceiveMessageBuilderFactory.validate(ValidationProcessor processor) Adds validation processor to the action for validating the received message with Java code. -
Uses of ValidationProcessor in org.citrusframework.actions.jbang
Methods in org.citrusframework.actions.jbang with parameters of type ValidationProcessorModifier and TypeMethodDescriptionJBangActionBuilder.verifyOutput(ValidationProcessor validationProcessor)