Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Test filter​(Test t)
      The filter will return null or the input Test.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AcceptAllTestsFilter

        public AcceptAllTestsFilter()
    • Method Detail

      • filter

        public Test filter​(Test t)
        Description copied from interface: TestFilter
        The filter will return null or the input Test. The filter may modify the test content for example TestSuites may have some of their children tests removed.
        Specified by:
        filter in interface TestFilter