Uses of Class
junit.runner.ClassPathTestCollector

Packages that use ClassPathTestCollector
junit.runner   
 

Uses of ClassPathTestCollector in junit.runner
 

Subclasses of ClassPathTestCollector in junit.runner
 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