Class FlowableAppTestHelper

java.lang.Object
com.flowable.app.engine.test.FlowableAppTestHelper

public class FlowableAppTestHelper extends 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 Details

    • appEngine

      protected final AppEngine appEngine
    • deploymentIdFromDeploymentAnnotation

      protected String deploymentIdFromDeploymentAnnotation
  • Constructor Details

    • FlowableAppTestHelper

      public FlowableAppTestHelper(AppEngine appEngine)
  • Method Details

    • getAppEngine

      public AppEngine getAppEngine()
    • getDeploymentIdFromDeploymentAnnotation

      public String getDeploymentIdFromDeploymentAnnotation()
    • setDeploymentIdFromDeploymentAnnotation

      public void setDeploymentIdFromDeploymentAnnotation(String deploymentIdFromDeploymentAnnotation)