|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||