public static class XMLTestSuiteRunner.AcceptAllTestsFilter extends java.lang.Object implements TestFilter
| Constructor and Description |
|---|
AcceptAllTestsFilter() |
| Modifier and Type | Method and Description |
|---|---|
Test |
filter(Test t)
The filter will return null or the input
Test. |
public Test filter(Test t)
TestFilterTest. The filter may modify the test content
for example TestSuites may have some of their
children tests removed.filter in interface TestFilter