| |
|
| junit.extensions.abbot.ScriptTestCollector
ScriptTestCollector | public class ScriptTestCollector extends LoadingTestCollector (Code) | | Collects all available classes derived from ScriptTestCase in the current
classpath.
|
ScriptTestCollector | public ScriptTestCollector()(Code) | | |
collectFilesInPath | public Hashtable collectFilesInPath(String classPath)(Code) | | Collect files in zip archives as well as raw class files.
|
collectTests | public Enumeration collectTests()(Code) | | Override to use something other than java.class.path.
|
isTestClass | protected boolean isTestClass(String classFileName)(Code) | | |
|
|
|