Class FlowableAppTestCase

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

public abstract class FlowableAppTestCase extends Object
Author:
Tijs Rademakers
  • Field Details

    • FLOWABLE_APP_CFG_XML

      public static final String FLOWABLE_APP_CFG_XML
      See Also:
    • appEngineConfiguration

      protected AppEngineConfiguration appEngineConfiguration
    • appManagementService

      protected org.flowable.app.api.AppManagementService appManagementService
    • appRepositoryService

      protected CoreAppRepositoryService appRepositoryService
    • deploymentId

      protected String deploymentId
  • Constructor Details

    • FlowableAppTestCase

      public FlowableAppTestCase()
  • Method Details

    • setupEngine

      public static void setupEngine()
    • initAppEngine

      protected static void initAppEngine()
    • setupServices

      public void setupServices()
    • cleanupDeployment

      public void cleanupDeployment()
    • setClockFixedToCurrentTime

      protected Date setClockFixedToCurrentTime()
    • setClockTo

      protected void setClockTo(Date date)