public class AcceptAllTestFilter extends Object implements TestFilter
Constructor and Description |
---|
AcceptAllTestFilter()
Create an instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Class clazz)
Return true if the specified class should be run in this test suite
|
public boolean accept(Class clazz)
accept
in interface TestFilter
clazz
- The class object. This class must be a subclass of TestCopyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.