1.0.0

org.eclipse.soda.dk.testagent.framework
Class SortedTestSuite

java.lang.Object
  extended by TestSuite
      extended by org.eclipse.soda.dk.testagent.framework.SortedTestSuite

public class SortedTestSuite
extends TestSuite

Since:
1.0
Version:
1.2.0

Constructor Summary
SortedTestSuite()
          Constructs an empty TestSuite.
SortedTestSuite(java.lang.Class theClass)
          Constructs a TestSuite from the given class.
SortedTestSuite(java.lang.Class theClass, java.lang.String name)
          Constructs a TestSuite from the given class with the given name.
SortedTestSuite(java.lang.String name)
          Constructs an empty TestSuite.
 
Method Summary
 java.util.Enumeration tests()
          Tests and return the Enumeration result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedTestSuite

public SortedTestSuite()
Constructs an empty TestSuite.

See Also:
SortedTestSuite(Class,String), SortedTestSuite(Class), SortedTestSuite(String)

SortedTestSuite

public SortedTestSuite(java.lang.Class theClass,
                       java.lang.String name)
Constructs a TestSuite from the given class with the given name.

Parameters:
theClass - The the class (Class) parameter.
name - The name (String) parameter.
See Also:
TestSuite#TestSuite(Class), SortedTestSuite(), SortedTestSuite(Class), SortedTestSuite(String)

SortedTestSuite

public SortedTestSuite(java.lang.Class theClass)
Constructs a TestSuite from the given class. Adds all the methods starting with "test" as test cases to the suite.

Parameters:
theClass - The the class (Class) parameter.
See Also:
SortedTestSuite(), SortedTestSuite(Class,String), SortedTestSuite(String)

SortedTestSuite

public SortedTestSuite(java.lang.String name)
Constructs an empty TestSuite.

Parameters:
name - The name (String) parameter.
See Also:
SortedTestSuite(), SortedTestSuite(Class,String), SortedTestSuite(Class)
Method Detail

tests

public java.util.Enumeration tests()
Tests and return the Enumeration result.

Returns:
Results of the tests (Enumeration) value.

1.0.0

Copyright (c) 2007, 2009 IBM