org.openejb.test.entity.bmp
Class BmpTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.openejb.test.TestSuite
          extended by org.openejb.test.entity.bmp.BmpTestSuite
All Implemented Interfaces:
junit.framework.Test

public class BmpTestSuite
extends TestSuite

Author:
David Blevins, Richard Monson-Haefel

Constructor Summary
BmpTestSuite()
           
 
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.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

BmpTestSuite

public BmpTestSuite()
Method Detail

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
              throws java.lang.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:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.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:
java.lang.Exception


Copyright © 1999-2011 OpenEJB. All Rights Reserved.