Package org.camunda.bpm.qa.upgrade
Class TestFixture
- java.lang.Object
-
- org.camunda.bpm.qa.upgrade.TestFixture
-
public class TestFixture extends Object
Sets up scenarios for migration from 7.3.0- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENGINE_VERSION
protected ManagementService
managementService
protected ProcessEngine
processEngine
protected RepositoryService
repositoryService
protected RuntimeService
runtimeService
protected TaskService
taskService
-
Constructor Summary
Constructors Constructor Description TestFixture(ProcessEngine processEngine)
-
-
-
Field Detail
-
ENGINE_VERSION
public static final String ENGINE_VERSION
- See Also:
- Constant Field Values
-
processEngine
protected ProcessEngine processEngine
-
repositoryService
protected RepositoryService repositoryService
-
runtimeService
protected RuntimeService runtimeService
-
managementService
protected ManagementService managementService
-
taskService
protected TaskService taskService
-
-
Constructor Detail
-
TestFixture
public TestFixture(ProcessEngine processEngine)
-
-
Method Detail
-
main
public static void main(String[] args)
-
-