public class TestResultsSummary extends Object
| Constructor and Description |
|---|
TestResultsSummary(String resultMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestResult(String querySetID,
TestResult result) |
void |
cleanup() |
Collection<TestResult> |
getTestResults(String querySetID) |
void |
printResults(QueryScenario scenario,
String querySetID,
long beginTS,
long endTS) |
void |
printResults(QueryScenario scenario,
String querySetID,
long testStartTS,
long endTS,
int numberOfClients,
int runNumber)
Print test results.
|
void |
printTotals(QueryScenario scenario) |
public TestResultsSummary(String resultMode)
public void cleanup()
public void addTestResult(String querySetID, TestResult result)
public Collection<TestResult> getTestResults(String querySetID)
public void printResults(QueryScenario scenario, String querySetID, long beginTS, long endTS) throws Exception
Exceptionpublic void printResults(QueryScenario scenario, String querySetID, long testStartTS, long endTS, int numberOfClients, int runNumber) throws Exception
testStartTS - The test start time.endTS - The test end time.Exceptionpublic void printTotals(QueryScenario scenario) throws Exception
ExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.