org.apache.openejb.test.entity.cmp2
Class Cmp2TestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.apache.openejb.test.TestSuite
          extended by org.apache.openejb.test.FilteredTestSuite
              extended by org.apache.openejb.test.entity.cmp2.Cmp2TestSuite
All Implemented Interfaces:
junit.framework.Test

public class Cmp2TestSuite
extends FilteredTestSuite

Version:
$Revision: 633268 $ $Date: 2008-03-03 21:39:06 +0100 (Mo, 03. M��r 2008) $

Constructor Summary
Cmp2TestSuite()
           
 
Method Summary
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
static junit.framework.Test suite()
           
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 
Methods inherited from class org.apache.openejb.test.FilteredTestSuite
filter, getTests
 
Methods inherited from class org.apache.openejb.test.TestSuite
run
 
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

Cmp2TestSuite

public Cmp2TestSuite()
Method Detail

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
              throws Exception
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

Overrides:
setUp in class TestSuite
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

Overrides:
tearDown in class TestSuite
Throws:
Exception


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