Class BmpLocalTestSuite
java.lang.Object
junit.framework.TestSuite
org.apache.openejb.test.TestSuite
org.apache.openejb.test.FilteredTestSuite
org.apache.openejb.test.entity.bmp.BmpLocalTestSuite
- All Implemented Interfaces:
junit.framework.Test
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.openejb.test.FilteredTestSuite
filter, getTestsMethods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, runTest, setName, testAt, testCount, tests, toString, warning
-
Constructor Details
-
BmpLocalTestSuite
public BmpLocalTestSuite()
-
-
Method Details
-
suite
public static junit.framework.Test suite() -
setUp
Sets up the fixture, for example, open a network connection. This method is called before a test is executed. -
tearDown
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.
-