public class AcceptAllTestFilter extends java.lang.Object implements TestFilter
| Constructor and Description |
|---|
AcceptAllTestFilter()
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.Class clazz)
Return true if the specified class should be run in this test suite
|
public boolean accept(java.lang.Class clazz)
accept in interface TestFilterclazz - The class object. This class must be a subclass of Test