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