Class PerfTestResults
java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.PerfTestResults
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected PerfTestConfiguration
the configuration usedprotected List<PerfTestResult>
the individual result entriesprotected String
the name of the test -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfiguration
(PerfTestConfiguration configuration) void
setPassResults
(List<PerfTestResult> results) void
setTestName
(String testName)
-
Field Details
-
testName
the name of the test -
configuration
the configuration used -
passResults
the individual result entries
-
-
Constructor Details
-
PerfTestResults
-
PerfTestResults
public PerfTestResults()
-
-
Method Details
-
getTestName
-
setTestName
-
getConfiguration
-
setConfiguration
-
getPassResults
-
setPassResults
-