JUnit 3.8.1

junit.runner
Interface TestCollector

All Known Implementing Classes:
ClassPathTestCollector

public interface TestCollector

Collects Test class names to be presented by the TestSelector.

See Also:
TestSelector

Method Summary
 Enumeration collectTests()
          Returns an enumeration of Strings with qualified class names
 

Method Detail

collectTests

public Enumeration collectTests()
Returns an enumeration of Strings with qualified class names


JUnit 3.8.1