JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.batik.test
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Test
filter
(
Test
t)
The filter will return null or the input
Test
.
Method Detail
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.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method