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.Convenience for ProcessEngine and services initialization in the form of a JUnit rule.Convenience for annotation that activates theFlowableExtension
JUnit Jupiter annotation.Convenience for ProcessEngine and services initialization in the form of a JUnit base class.A 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.