Class FilteredTestSuite

java.lang.Object
junit.framework.TestSuite
org.apache.openejb.test.TestSuite
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$ $Date$
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<junit.framework.Test>
    filter(List<junit.framework.Test> tests)
     
    protected List<junit.framework.Test>
     

    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 Details

    • FilteredTestSuite

      public FilteredTestSuite()
  • Method Details

    • 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)