Package com.flowable.form.engine.test
-
Class Summary Class Description FlowableFormExtension JUnit Jupiter extension for the Flowable FormEngine and services initialization.FlowableFormRule Convenience for FormEngine and services initialization in the form of a JUnit rule.FlowableFormTestHelper A Helper for the FlowableFlowableFormExtension
that can be used within the JUnit Jupiter context store and users can use it in the tests for easy modifying of theFormEngine
time and easy access for waiting on the job executor.FormTestHelper -
Annotation Types Summary Annotation Type Description FormConfigurationResource An annotation that can be used on test classes or as a meta annotation to use a custom configuration resource for theFlowableFormExtension
.FormDeploymentAnnotation Annotation for a test method to create and delete a deployment around a test method.FormDeploymentId An annotation that can be used on test methods, lifecycle method to inject the id of the deployment deployed viaFormDeploymentAnnotation
.