Package com.flowable.app.engine.test
Class FlowableAppTestCase
- java.lang.Object
-
- com.flowable.app.engine.test.FlowableAppTestCase
-
public abstract class FlowableAppTestCase extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected AppEngineConfiguration
appEngineConfiguration
protected AppManagementService
appManagementService
protected CoreAppRepositoryService
appRepositoryService
protected String
deploymentId
static String
FLOWABLE_APP_CFG_XML
-
Constructor Summary
Constructors Constructor Description FlowableAppTestCase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanupDeployment()
protected static void
initAppEngine()
protected Date
setClockFixedToCurrentTime()
protected void
setClockTo(Date date)
static void
setupEngine()
void
setupServices()
-
-
-
Field Detail
-
FLOWABLE_APP_CFG_XML
public static final String FLOWABLE_APP_CFG_XML
- See Also:
- Constant Field Values
-
appEngineConfiguration
protected AppEngineConfiguration appEngineConfiguration
-
appManagementService
protected AppManagementService appManagementService
-
appRepositoryService
protected CoreAppRepositoryService appRepositoryService
-
deploymentId
protected String deploymentId
-
-
Method Detail
-
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)
-
-