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
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 Details
-
FLOWABLE_APP_CFG_XML
public static final java.lang.String FLOWABLE_APP_CFG_XML- See Also:
- Constant Field Values
-
appEngineConfiguration
-
appManagementService
protected org.flowable.app.api.AppManagementService appManagementService -
appRepositoryService
-
deploymentId
protected java.lang.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 java.util.Date setClockFixedToCurrentTime() -
setClockTo
protected void setClockTo(java.util.Date date)
-