Uses of Class
org.troublescope.evaluation.TestSuite

Packages that use TestSuite
org.troublescope.evaluation   
 

Uses of TestSuite in org.troublescope.evaluation
 

Methods in org.troublescope.evaluation that return TestSuite
 TestSuite EvaluationResults.ResultEntry.getTestSuite()
          Returns the suite that was ran.
 TestSuite Evaluation.getTestSuite(int idx)
          Returns the test suite at the given index.
 

Methods in org.troublescope.evaluation with parameters of type TestSuite
 void EvaluationResults.addResult(TestSuite suite, junit.framework.TestResult result)
          Add an suite and its results.
 void Evaluation.addTestSuite(TestSuite testSuite)
          Add a test suite.
 

Constructors in org.troublescope.evaluation with parameters of type TestSuite
EvaluationResults.ResultEntry(TestSuite aSuite, junit.framework.TestResult theResult)
          Create a new ResultEntry.
EvaluationErrorsException(junit.framework.TestResult result, TestSuite suite)
          Create a new EvaluationErrorsException.
 



Copyright © 2002-2002 TroubleScope. All Rights Reserved.