Package org.apache.batik.test.xml
Class XMLTestSuiteRunner.AcceptAllTestsFilter
- java.lang.Object
-
- org.apache.batik.test.xml.XMLTestSuiteRunner.AcceptAllTestsFilter
-
- All Implemented Interfaces:
TestFilter
- Enclosing class:
- XMLTestSuiteRunner
public static class XMLTestSuiteRunner.AcceptAllTestsFilter extends java.lang.Object implements TestFilter
Test filter which accepts all tests
-
-
Constructor Summary
Constructors Constructor Description AcceptAllTestsFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Test
filter(Test t)
The filter will return null or the inputTest
.
-
-
-
Method Detail
-
filter
public Test filter(Test t)
Description copied from interface:TestFilter
The filter will return null or the inputTest
. The filter may modify the test content for exampleTestSuites
may have some of their children tests removed.- Specified by:
filter
in interfaceTestFilter
-
-