org.openejb.test
Class TestSuite

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.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.


setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception


Copyright © 1999-2007 OpenEJB. All Rights Reserved.