junit.runner
Class ClassPathTestCollector

java.lang.Object
  extended by junit.runner.ClassPathTestCollector
Direct Known Subclasses:
LoadingTestCollector, SimpleTestCollector

public abstract class ClassPathTestCollector
extends Object

An implementation of a TestCollector that consults the class path. It considers all classes on the class path excluding classes in JARs. It leaves it up to subclasses to decide whether a class is a runnable Test.

See Also:
TestCollector

Constructor Summary
ClassPathTestCollector()
           
 
Method Summary
 Hashtable collectFilesInPath(String classPath)
           
 Enumeration collectTests()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathTestCollector

public ClassPathTestCollector()
Method Detail

collectTests

public Enumeration collectTests()

collectFilesInPath

public Hashtable collectFilesInPath(String classPath)