|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.base.testing.AcceptAllTestFilter
public class AcceptAllTestFilter
A test filter that accepts all tests
Constructor Summary | |
---|---|
AcceptAllTestFilter()
Create an instance |
Method Summary | |
---|---|
boolean |
accept(java.lang.Class clazz)
Return true if the specified class should be run in this test suite |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AcceptAllTestFilter()
Method Detail |
---|
public boolean accept(java.lang.Class clazz)
accept
in interface TestFilter
clazz
- The class object. This class must be a subclass of Test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |