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
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextFields inherited from class org.flowable.engine.impl.test.AbstractFlowableTestCase
deploymentIdsForAutoCleanup, dynamicBpmnService, formService, historyService, identityService, managementService, processEngine, processEngineConfiguration, processMigrationService, repositoryService, runtimeService, taskService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(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
-
Field Details
-
applicationContext
@Autowired protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
SpringFlowableTestCase
public SpringFlowableTestCase()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-