Package junit.runner

Class LoadingTestCollector

  • All Implemented Interfaces:
    TestCollector

    public class LoadingTestCollector
    extends ClassPathTestCollector
    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.
    See Also:
    TestCollector
    • Constructor Detail

      • LoadingTestCollector

        public LoadingTestCollector()