net.sf.jameleon.result
Class TestSuiteResult

java.lang.Object
  extended by 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.


Field Summary
protected  List testCaseResults
          The TestCaseResults for this test suite.
 
Constructor Summary
TestSuiteResult()
           
 
Method Summary
 void addTestCaseResult(TestCaseResult tcRes)
          Adds a TestCaseResult to the suite of test case results
 List getTestCaseResults()
          Gets all of the TestCaseResults recorded in this test suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testCaseResults

protected List testCaseResults
The TestCaseResults for this test suite.

Constructor Detail

TestSuiteResult

public TestSuiteResult()
Method Detail

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.