Class AcceptAllTestFilter
java.lang.Object
com.gargoylesoftware.base.testing.AcceptAllTestFilter
- All Implemented Interfaces:
TestFilter
A test filter that accepts all tests
- Version:
- $Revision: 1.3 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AcceptAllTestFilter
public AcceptAllTestFilter()Create an instance
-
-
Method Details
-
accept
Return true if the specified class should be run in this test suite- Specified by:
accept
in interfaceTestFilter
- Parameters:
clazz
- The class object. This class must be a subclass of Test- Returns:
- true
-