org.teiid.test.client
Class TestResultsSummary
java.lang.Object
org.teiid.test.client.TestResultsSummary
public class TestResultsSummary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultsSummary
public TestResultsSummary(String resultMode)
cleanup
public void cleanup()
addTestResult
public void addTestResult(String querySetID,
TestResult result)
getTestResults
public Collection<TestResult> getTestResults(String querySetID)
printResults
public void printResults(QueryScenario scenario,
String querySetID,
long beginTS,
long endTS)
throws Exception
- Throws:
Exception
printResults
public void printResults(QueryScenario scenario,
String querySetID,
long testStartTS,
long endTS,
int numberOfClients,
int runNumber)
throws Exception
- Print test results.
- Parameters:
testStartTS
- The test start time.endTS
- The test end time.
- Throws:
Exception
printTotals
public void printTotals(QueryScenario scenario)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.