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)
TestFilter
Test
. The filter may modify the test content
for example TestSuites
may have some of their
children tests removed.filter
in interface TestFilter
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.