Interface TestFilter
-
- All Known Implementing Classes:
AcceptAllTestFilter
public interface TestFilterAn object that can filter out tests before they are inserted into a test suite- Version:
- $Revision: 1.3 $
- See Also:
RecursiveTestSuite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.Class clazz)Return true if the specified class should be run in this test suite
-