Package org.flowable.cmmn.engine.test
Class FlowableCmmnTestCase
- java.lang.Object
-
- org.flowable.cmmn.engine.test.AbstractFlowableCmmnTestCase
-
- org.flowable.cmmn.engine.test.FlowableCmmnTestCase
-
public abstract class FlowableCmmnTestCase extends AbstractFlowableCmmnTestCase
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description static StringFLOWABLE_CMMN_CFG_XML-
Fields inherited from class org.flowable.cmmn.engine.test.AbstractFlowableCmmnTestCase
autoCleanupDeploymentIds, cmmnEngine, cmmnEngineConfiguration, cmmnHistoryService, cmmnManagementService, cmmnMigrationService, cmmnRepositoryService, cmmnRuntimeService, cmmnTaskService, dynamicCmmnService
-
-
Constructor Summary
Constructors Constructor Description FlowableCmmnTestCase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.flowable.eventregistry.api.EventRegistrygetEventRegistry()protected EventRegistryEngineConfigurationgetEventRegistryEngineConfiguration()protected org.flowable.eventregistry.api.EventRepositoryServicegetEventRepositoryService()protected static voidinitCmmnEngine()static voidsetupEngine()voidsetupServices()-
Methods inherited from class org.flowable.cmmn.engine.test.AbstractFlowableCmmnTestCase
addDeploymentForAutoCleanup, addDeploymentForAutoCleanup, assertCaseInstanceEnded, assertCaseInstanceEnded, assertCaseInstanceEnded, assertCaseInstanceNotEnded, assertHistoricPlanItemInstanceState, assertNoPlanItemInstance, assertPlanItemInstanceState, assertPlanItemInstanceState, assertPlanItemLocalVariables, assertSamePlanItemState, assertSingleTaskExists, cleanup, completeAllPlanItems, completePlanItemsWithItemValues, completePlanItemWithItemValue, createCaseInstanceEndedErrorMessage, createCaseInstanceEndedErrorMessage, deployAndStartOneHumanTaskCaseModel, deployOneHumanTaskCaseModel, deployOneTaskCaseModel, forwardClock, getAllPlanItemInstances, getCompletedPlanItemInstances, getPlanItemInstanceByName, getPlanItemInstanceIdByName, getPlanItemInstanceIdByNameAndState, getPlanItemInstances, getTerminatedPlanItemInstances, searchForMatch, setClockFixedToCurrentTime, setClockTo, setClockTo, waitForAsyncHistoryExecutorToProcessAllJobs, waitForJobExecutorOnCondition, waitForJobExecutorToProcessAllAsyncJobs, waitForJobExecutorToProcessAllJobs
-
-
-
-
Field Detail
-
FLOWABLE_CMMN_CFG_XML
public static final String FLOWABLE_CMMN_CFG_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
setupEngine
public static void setupEngine()
-
initCmmnEngine
protected static void initCmmnEngine()
-
setupServices
public void setupServices()
-
getEventRepositoryService
protected org.flowable.eventregistry.api.EventRepositoryService getEventRepositoryService()
-
getEventRegistry
protected org.flowable.eventregistry.api.EventRegistry getEventRegistry()
-
getEventRegistryEngineConfiguration
protected EventRegistryEngineConfiguration getEventRegistryEngineConfiguration()
-
-