public static class XMLTestSuiteRunner.AcceptAllTestsFilter extends 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 TestFilterCopyright © 2000–2017 Apache Software Foundation. All rights reserved.