Class | Description |
---|---|
FlowableExtension |
JUnit Jupiter extension for the Flowable ProcessEngine and services initialization.
|
FlowableRule |
Convenience for ProcessEngine and services initialization in the form of a JUnit rule.
|
FlowableTestCase |
Convenience for ProcessEngine and services initialization in the form of a JUnit base class.
|
FlowableTestHelper |
A Helper for the Flowable
FlowableExtension that can be used within the JUnit Jupiter context store
and users can use it in the tests for easy modifying of the ProcessEngine time and easy access for waiting on the job executor. |
TestActivityBehaviorFactory |
Annotation Type | Description |
---|---|
ConfigurationResource |
An annotation that can be used on test classes or as a meta annotation to use a custom configuration resource for the
FlowableExtension . |
Deployment |
Annotation for a test method to create and delete a deployment around a test method.
|
DeploymentId |
An annotation that can be used on test methods, lifecycle method to inject the id of the deployment deployed via
Deployment . |
EnableVerboseExecutionTreeLogging | |
FlowableTest |
Convenience for annotation that activates the
FlowableExtension JUnit Jupiter annotation. |
Copyright © 2021 Flowable. All rights reserved.