org.apache.openejb.test
Class FilteredTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.apache.openejb.test.TestSuite
          extended by org.apache.openejb.test.FilteredTestSuite
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BmpLocalTestSuite, BmpTestSuite, Cmp2TestSuite, CmpLocalTestSuite, CmpTestSuite, CmrTestSuite

public class FilteredTestSuite
extends TestSuite

Version:
$Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $

Constructor Summary
FilteredTestSuite()
           
 
Method Summary
static List<junit.framework.Test> filter(List<junit.framework.Test> tests)
           
protected  List<junit.framework.Test> getTests()
           
 
Methods inherited from class org.apache.openejb.test.TestSuite
run, setUp, 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

FilteredTestSuite

public FilteredTestSuite()
Method Detail

getTests

protected List<junit.framework.Test> getTests()
Overrides:
getTests in class TestSuite

filter

public static List<junit.framework.Test> filter(List<junit.framework.Test> tests)


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