org.apache.openejb.test
Class TestSuite

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

public class TestSuite
extends junit.framework.TestSuite

Version:
$Rev: 606348 $ $Date: 2007-12-22 00:57:58 +0100 (Sa, 22. Dez 2007) $
Author:
David Blevins, Richard Monson-Haefel

Constructor Summary
TestSuite()
           
 
Method Summary
protected  List<junit.framework.Test> getTests()
           
 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

getTests

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

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.