Class 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 Detail

      • appEngine

        protected final AppEngine appEngine
      • deploymentIdFromDeploymentAnnotation

        protected String deploymentIdFromDeploymentAnnotation
    • Constructor Detail

      • FlowableAppTestHelper

        public FlowableAppTestHelper​(AppEngine appEngine)
    • Method Detail

      • getAppEngine

        public AppEngine getAppEngine()
      • getDeploymentIdFromDeploymentAnnotation

        public String getDeploymentIdFromDeploymentAnnotation()
      • setDeploymentIdFromDeploymentAnnotation

        public void setDeploymentIdFromDeploymentAnnotation​(String deploymentIdFromDeploymentAnnotation)