net.sf.jameleon.result
Class TestSuiteResult
java.lang.Object
net.sf.jameleon.result.TestSuiteResult
public class TestSuiteResult
- extends Object
A test suite result is a result which contains at least one TestCaseResult for every test case run.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testCaseResults
protected List testCaseResults
- The TestCaseResults for this test suite.
TestSuiteResult
public TestSuiteResult()
addTestCaseResult
public void addTestCaseResult(TestCaseResult tcRes)
- Adds a TestCaseResult to the suite of test case results
- Parameters:
tcRes
- - The TestCaseResult of the test case executed.
getTestCaseResults
public List getTestCaseResults()
- Gets all of the TestCaseResults recorded in this test suite.
- Returns:
- List - All of the TestCaseResults recorded in this test suite.
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.