|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.troublescope.evaluation.EvaluationResults.ResultEntry
A class that encapsulates the suite entry and the results of the test.
| Constructor Summary | |
EvaluationResults.ResultEntry(TestSuite aSuite,
junit.framework.TestResult theResult)
Create a new ResultEntry. |
|
| Method Summary | |
junit.framework.TestResult |
getResult()
Returns the result of that entry run. |
TestSuite |
getTestSuite()
Returns the suite that was ran. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EvaluationResults.ResultEntry(TestSuite aSuite,
junit.framework.TestResult theResult)
ResultEntry.| Method Detail |
public TestSuite getTestSuite()
public junit.framework.TestResult getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||