|
JUnit-addons version 1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface used by the ArchiveSuiteBuilder and DirectorySuiteBuilder to decide if a class must be included into the TestSuite.
Method Summary | |
boolean |
include(java.lang.Class cls)
Returns true if the given class must be included into the TestSuite. |
boolean |
include(java.lang.String classpath)
Returns true if the given classpath represents a class that can be potentially included into the TestSuite. |
Method Detail |
public boolean include(java.lang.String classpath)
SimpleTestFilter.getClassName(String)
,
SimpleTestFilter.getPackageName(String)
public boolean include(java.lang.Class cls)
SimpleTestFilter.getClassName(Class)
,
SimpleTestFilter.getPackageName(Class)
|
JUnit-addons version 1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |