org.troublescope.evaluation
Class Evaluation

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

public class Evaluation
extends java.lang.Object

An evaluation.


Constructor Summary
Evaluation()
          Create a new Evaluation.
 
Method Summary
 void addTestSuite(TestSuite testSuite)
          Add a test suite.
 TestSuite getTestSuite(int idx)
          Returns the test suite at the given index.
 int getTestSuiteCount()
          Returns the number of test suites.
 java.util.Iterator getTestSuites()
          Returns an iteration of test suites.
 EvaluationResults start(ApplicationContext ctx)
          Perform this evaluation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluation

public Evaluation()
Create a new Evaluation.
Method Detail

getTestSuite

public TestSuite getTestSuite(int idx)
Returns the test suite at the given index.

addTestSuite

public void addTestSuite(TestSuite testSuite)
Add a test suite.

getTestSuites

public java.util.Iterator getTestSuites()
Returns an iteration of test suites.

getTestSuiteCount

public int getTestSuiteCount()
Returns the number of test suites.

start

public EvaluationResults start(ApplicationContext ctx)
                        throws EvaluationException
Perform this evaluation.


Copyright © 2002-2002 TroubleScope. All Rights Reserved.