Class PerfTest
java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.PerfTest
A performance test.
A performance test is composed of a sequence of steps. Each steps will move the performance test forward and may be scheduled using a tread pool
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<PerfTestStep>
the individual steps that make up the performance test -
Constructor Summary
-
Method Summary
-
Field Details
-
steps
the individual steps that make up the performance test
-
-
Constructor Details
-
PerfTest
public PerfTest()
-
-
Method Details
-
addStep
-
getFirstStep
-