com.gargoylesoftware.base.testing
public class AcceptAllTestFilter extends Object implements TestFilter
Version: $Revision: 1.3 $
Constructor Summary | |
---|---|
AcceptAllTestFilter()
Create an instance |
Method Summary | |
---|---|
boolean | accept(Class clazz)
Return true if the specified class should be run in this test suite
|
Parameters: clazz The class object. This class must be a subclass of Test
Returns: true