Package org.apache.batik.test
Interface TestFilter
-
- All Known Implementing Classes:
XMLTestSuiteRunner.AcceptAllTestsFilter,XMLTestSuiteRunner.IdBasedTestFilter
public interface TestFilterInterace to accept or reject a test or testSuite.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Testfilter(Test t)The filter will return null or the inputTest.
-