public abstract class FlowableAppTestCase extends Object
Modifier and Type | Field and Description |
---|---|
protected AppEngineConfiguration |
appEngineConfiguration |
protected AppManagementService |
appManagementService |
protected CoreAppRepositoryService |
appRepositoryService |
protected String |
deploymentId |
static String |
FLOWABLE_APP_CFG_XML |
Constructor and Description |
---|
FlowableAppTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
cleanupDeployment() |
protected static void |
initAppEngine() |
protected Date |
setClockFixedToCurrentTime() |
protected void |
setClockTo(Date date) |
static void |
setupEngine() |
void |
setupServices() |
public static final String FLOWABLE_APP_CFG_XML
protected AppEngineConfiguration appEngineConfiguration
protected AppManagementService appManagementService
protected CoreAppRepositoryService appRepositoryService
protected String deploymentId
public static void setupEngine()
protected static void initAppEngine()
public void setupServices()
public void cleanupDeployment()
protected Date setClockFixedToCurrentTime()
protected void setClockTo(Date date)