org.troublescope.evaluation
Class EvaluationResults

java.lang.Object
  |
  +--org.troublescope.evaluation.EvaluationResults

public class EvaluationResults
extends java.lang.Object

The results of a problem evaluation.

Author:
Calvin Yu

Inner Class Summary
 class EvaluationResults.ResultEntry
          A class that encapsulates the suite entry and the results of the test.
 
Constructor Summary
EvaluationResults()
          Create a new EvaluationResults.
 
Method Summary
 void addResult(TestSuite suite, junit.framework.TestResult result)
          Add an suite and its results.
 java.util.List getResolutionNames()
          Returns the name for the first resolution.
 EvaluationResults.ResultEntry getResult(int index)
          Returns the result of a particular suite of tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationResults

public EvaluationResults()
Create a new EvaluationResults.
Method Detail

getResolutionNames

public java.util.List getResolutionNames()
Returns the name for the first resolution.

getResult

public EvaluationResults.ResultEntry getResult(int index)
Returns the result of a particular suite of tests.

addResult

public void addResult(TestSuite suite,
                      junit.framework.TestResult result)
Add an suite and its results.


Copyright © 2002-2002 TroubleScope. All Rights Reserved.