public class ScriptTestCollector extends Object
Constructor and Description |
---|
ScriptTestCollector() |
ScriptTestCollector(ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
protected String |
classNameFromFile(String classFileName) |
Hashtable |
collectFilesInPath(String classPath)
Collect files in zip archives as well as raw class files.
|
Enumeration |
collectTests()
Override to use something other than java.class.path.
|
protected boolean |
isTestClass(String classFileName) |
protected Map |
scanArchive(String name) |
public ScriptTestCollector()
public ScriptTestCollector(ClassLoader loader)
public Enumeration collectTests()
public Hashtable collectFilesInPath(String classPath)
protected boolean isTestClass(String classFileName)
Abbot is hosted on