org.openejb.test
Class TestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.openejb.test.TestSuite
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BmpTestSuite, CmpTestSuite

public class TestSuite
extends junit.framework.TestSuite

Author:
David Blevins, Richard Monson-Haefel

Constructor Summary
TestSuite()
           
 
Method Summary
 void run(junit.framework.TestResult result)
          Runs the tests and collects their result in a TestResult.
protected  void setUp()
           
protected  void tearDown()
           
 
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 Detail

TestSuite

public TestSuite()
Method Detail

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

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2011 OpenEJB. All Rights Reserved.