Class TestSuite

java.lang.Object
junit.framework.TestSuite
org.apache.openejb.test.TestSuite
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
FilteredTestSuite

public class TestSuite extends junit.framework.TestSuite
Version:
$Rev$ $Date$
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<junit.framework.Test>
     
    void
    run(junit.framework.TestResult result)
    Runs the tests and collects their result in a TestResult.
    protected void
     
    protected void
     

    Methods inherited from class junit.framework.TestSuite

    addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, runTest, setName, testAt, testCount, tests, toString, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TestSuite

      public TestSuite()
  • Method Details

    • run

      public void run(junit.framework.TestResult result)
      Runs the tests and collects their result in a TestResult.
      Specified by:
      run in interface junit.framework.Test
      Overrides:
      run in class junit.framework.TestSuite
    • getTests

      protected List<junit.framework.Test> getTests()
    • setUp

      protected void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      protected void tearDown() throws Exception
      Throws:
      Exception