Package org.flowable.engine.test
package org.flowable.engine.test
Helper classes for testing processes.
-
ClassDescriptionAn annotation that can be used on test classes or as a meta annotation to use a custom configuration resource for the
FlowableExtension
.Annotation for a test method to create and delete a deployment around a test method.An annotation that can be used on test methods, lifecycle method to inject the id of the deployment deployed viaDeployment
.JUnit Jupiter extension for the Flowable ProcessEngine and services initialization.Deprecated, for removal: This API element is subject to removal in a future version.Convenience for annotation that activates theFlowableExtension
JUnit Jupiter annotation.Deprecated, for removal: This API element is subject to removal in a future version.Use JUnit Jupiter withFlowableTest
insteadA Helper for the FlowableFlowableExtension
that can be used within the JUnit Jupiter context store and users can use it in the tests for easy modifying of theProcessEngine
time and easy access for waiting on the job executor.
FlowableTest
instead