Package com.flowable.app.engine.test
Class FlowableAppTestHelper
- java.lang.Object
-
- com.flowable.app.engine.test.FlowableAppTestHelper
-
public class FlowableAppTestHelper extends Object
A Helper for the FlowableFlowableAppExtension
that can be used within the JUnit Jupiter context store and users can use it in the tests for easy modifying of theAppEngine
time and easy access for waiting on the job executor.
-
-
Field Summary
Fields Modifier and Type Field Description protected AppEngine
appEngine
protected String
deploymentIdFromDeploymentAnnotation
-
Constructor Summary
Constructors Constructor Description FlowableAppTestHelper(AppEngine appEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngine
getAppEngine()
String
getDeploymentIdFromDeploymentAnnotation()
void
setDeploymentIdFromDeploymentAnnotation(String deploymentIdFromDeploymentAnnotation)
-
-
-
Constructor Detail
-
FlowableAppTestHelper
public FlowableAppTestHelper(AppEngine appEngine)
-
-