org.troublescope.evaluation
Class EvaluationResults.ResultEntry

java.lang.Object
  |
  +--org.troublescope.evaluation.EvaluationResults.ResultEntry
Enclosing class:
EvaluationResults

public class EvaluationResults.ResultEntry
extends java.lang.Object

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

EvaluationResults.ResultEntry

public EvaluationResults.ResultEntry(TestSuite aSuite,
                                     junit.framework.TestResult theResult)
Create a new ResultEntry.
Method Detail

getTestSuite

public TestSuite getTestSuite()
Returns the suite that was ran.

getResult

public junit.framework.TestResult getResult()
Returns the result of that entry run.


Copyright © 2002-2002 TroubleScope. All Rights Reserved.