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