Package org.flowable.engine.impl.test
Class ResourceFlowableTestCase
- java.lang.Object
-
- org.flowable.engine.impl.test.AbstractTestCase
-
- org.flowable.engine.impl.test.AbstractFlowableTestCase
-
- org.flowable.engine.impl.test.ResourceFlowableTestCase
-
@Tag("resource") public abstract class ResourceFlowableTestCase extends AbstractFlowableTestCase- Author:
- Tom Baeyens, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivitiConfigurationResourceprotected ResourceFlowableExtensionextensionprotected StringprocessEngineName-
Fields inherited from class org.flowable.engine.impl.test.AbstractFlowableTestCase
deploymentIdsForAutoCleanup, dynamicBpmnService, formService, historyService, identityService, managementService, processEngine, processEngineConfiguration, processMigrationService, repositoryService, runtimeService, taskService
-
-
Constructor Summary
Constructors Constructor Description ResourceFlowableTestCase(String activitiConfigurationResource)ResourceFlowableTestCase(String activitiConfigurationResource, String processEngineName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadditionalConfiguration(ProcessEngineConfiguration processEngineConfiguration)protected voidrebootEngine()-
Methods inherited from class org.flowable.engine.impl.test.AbstractFlowableTestCase
assertActivityInstancesAreSame, assertHistoricActivitiesDeleteReason, assertHistoricTasksDeleteReason, assertProcessEnded, assertProcessEnded, cleanDeployments, completeProcessInstanceTasks, completeTask, createOneTaskProcess, createOneTaskTestProcess, createOneTaskTestProcessWithCandidateStarterGroup, createTwoTasksTestProcess, deleteDeployment, deleteDeployments, deployOneTaskTestProcess, deployOneTaskTestProcessWithCandidateStarterGroup, deployProcessDefinition, deployTwoTasksTestProcess, executeJobExecutorForTime, getJobActivityId, groupListContentBy, initializeServices, mergeLists, validateHistoryData, waitForHistoryJobExecutorToProcessAllJobs, waitForJobExecutorOnCondition, waitForJobExecutorToProcessAllHistoryJobs, waitForJobExecutorToProcessAllJobs, waitForJobExecutorToProcessAllJobsAndAllTimerJobs, waitForJobExecutorToProcessAllJobsAndExecutableTimerJobs
-
-
-
-
Field Detail
-
extension
@RegisterExtension protected final ResourceFlowableExtension extension
-
activitiConfigurationResource
protected String activitiConfigurationResource
-
processEngineName
protected String processEngineName
-
-
Method Detail
-
additionalConfiguration
protected void additionalConfiguration(ProcessEngineConfiguration processEngineConfiguration)
-
rebootEngine
protected void rebootEngine()
-
-