Class PerfTestResults
java.lang.Object
org.operaton.bpm.qa.performance.engine.framework.PerfTestResults
- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PerfTestConfigurationthe configuration usedprotected List<PerfTestResult> the individual result entriesprotected Stringthe name of the test -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfiguration(PerfTestConfiguration configuration) voidsetPassResults(List<PerfTestResult> results) voidsetTestName(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
-