JUnit 3.8.1

Uses of Interface
junit.runner.TestCollector

Packages that use TestCollector
junit.runner   
 

Uses of TestCollector in junit.runner
 

Classes in junit.runner that implement TestCollector
 class ClassPathTestCollector
          An implementation of a TestCollector that consults the class path.
 class LoadingTestCollector
          An implementation of a TestCollector that loads all classes on the class path and tests whether it is assignable from Test or provides a static suite method.
 class SimpleTestCollector
          An implementation of a TestCollector that considers a class to be a test class when it contains the pattern "Test" in its name
 


JUnit 3.8.1