Package org.flowable.spring.impl.test
Class SpringFlowableTestCase
- java.lang.Object
-
- org.flowable.engine.impl.test.AbstractTestCase
-
- org.flowable.engine.impl.test.AbstractFlowableTestCase
-
- org.flowable.spring.impl.test.SpringFlowableTestCase
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@ExtendWith(InternalFlowableSpringExtension.class) @ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) public abstract class SpringFlowableTestCase extends AbstractFlowableTestCase implements org.springframework.context.ApplicationContextAware
- Author:
- Joram Barrez, Josh Long
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContextapplicationContext-
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 SpringFlowableTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)-
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
-
-