Class ProcessEngineJobExecutorPerformanceTestCase
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.junit.ProcessEnginePerformanceTestCase
-
- org.camunda.bpm.qa.performance.engine.junit.ProcessEngineJobExecutorPerformanceTestCase
-
public abstract class ProcessEngineJobExecutorPerformanceTestCase extends ProcessEnginePerformanceTestCase
-
-
Field Summary
Fields Modifier and Type Field Description protected JobExecutor
jobExecutor
-
Fields inherited from class org.camunda.bpm.qa.performance.engine.junit.ProcessEnginePerformanceTestCase
engine, historyService, processEngineRule, repositoryService, resultRecorderRule, runtimeService, taskService, testConfigurationRule
-
-
Constructor Summary
Constructors Constructor Description ProcessEngineJobExecutorPerformanceTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
tearDown()
-
Methods inherited from class org.camunda.bpm.qa.performance.engine.junit.ProcessEnginePerformanceTestCase
performanceTest
-
-
-
-
Field Detail
-
jobExecutor
protected JobExecutor jobExecutor
-
-
Method Detail
-
setup
public void setup()
- Overrides:
setup
in classProcessEnginePerformanceTestCase
-
tearDown
public void tearDown()
-
-