Interface TestFilter

All Known Implementing Classes:
XMLTestSuiteRunner.AcceptAllTestsFilter, XMLTestSuiteRunner.IdBasedTestFilter

public interface TestFilter
Interace to accept or reject a test or testSuite.
Version:
$Id: TestFilter.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Summary

    Modifier and Type
    Method
    Description
    The filter will return null or the input Test.
  • Method Details

    • filter

      Test filter(Test t)
      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.