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 AppEngineConfigurationappEngineConfigurationprotected org.flowable.app.api.AppManagementServiceappManagementServiceprotected CoreAppRepositoryServiceappRepositoryServiceprotected java.lang.StringdeploymentIdstatic java.lang.StringFLOWABLE_APP_CFG_XML
-
Constructor Summary
Constructors Constructor Description FlowableAppTestCase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanupDeployment()protected static voidinitAppEngine()protected java.util.DatesetClockFixedToCurrentTime()protected voidsetClockTo(java.util.Date date)static voidsetupEngine()voidsetupServices()
-
-
-
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)
-
-