Package junit.runner

Class SimpleTestCollector

  • All Implemented Interfaces:
    TestCollector

    public class SimpleTestCollector
    extends ClassPathTestCollector
    An implementation of a TestCollector that considers a class to be a test class when it contains the pattern "Test" in its name
    See Also:
    TestCollector
    • Constructor Detail

      • SimpleTestCollector

        public SimpleTestCollector()