Class ProcessEnginePerformanceTestCase
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.junit.ProcessEnginePerformanceTestCase
-
- Direct Known Subclasses:
ProcessEngineJobExecutorPerformanceTestCase
public abstract class ProcessEnginePerformanceTestCase extends java.lang.Object
Base class for implementing a process engine performance test
- Author:
- Daniel Meyer, Ingo Richtsmeier
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngine
engine
protected HistoryService
historyService
ProcessEngineRule
processEngineRule
protected RepositoryService
repositoryService
PerfTestResultRecorderRule
resultRecorderRule
protected RuntimeService
runtimeService
protected TaskService
taskService
PerfTestConfigurationRule
testConfigurationRule
-
Constructor Summary
Constructors Constructor Description ProcessEnginePerformanceTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PerfTestBuilder
performanceTest()
void
setup()
-
-
-
Field Detail
-
processEngineRule
public ProcessEngineRule processEngineRule
-
testConfigurationRule
public PerfTestConfigurationRule testConfigurationRule
-
resultRecorderRule
public PerfTestResultRecorderRule resultRecorderRule
-
engine
protected ProcessEngine engine
-
taskService
protected TaskService taskService
-
historyService
protected HistoryService historyService
-
runtimeService
protected RuntimeService runtimeService
-
repositoryService
protected RepositoryService repositoryService
-
-
Method Detail
-
setup
public void setup()
-
performanceTest
protected PerfTestBuilder performanceTest()
-
-