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: 1220545 $ $Date: 2011-12-18 13:22:34 -0800 (Sun, 18 Dec 2011) $

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-2012 The Apache Software Foundation. All Rights Reserved.