Class ProcessEngineQueryPerformanceTestCase
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.junit.ProcessEngineQueryPerformanceTestCase
-
public class ProcessEngineQueryPerformanceTestCase extends java.lang.Object
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngine
engine
ProcessEngineRule
processEngineRule
-
Constructor Summary
Constructors Constructor Description ProcessEngineQueryPerformanceTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
-
-
-
Field Detail
-
processEngineRule
public ProcessEngineRule processEngineRule
-
engine
protected ProcessEngine engine
-
-