Package junit.runner


package junit.runner
  • Class
    Description
    Base class for all test runners.
    An implementation of a TestCollector that consults the class path.
    A view to show a details about a failure
    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.
    A TestSuite loader that can reload classes.
    An implementation of a TestCollector that considers a class to be a test class when it contains the pattern "Test" in its name
    A custom quick sort with support to customize the swap behaviour.
     
    The standard test suite loader.
    A custom class loader which enables the reloading of classes for each test run.
    Collects Test class names to be presented by the TestSelector.
    A listener interface for observing the execution of a test run.
    An interface to define how a test suite should be loaded.
    This class defines the current version of JUnit