Uses of Package
org.junit.runners

Packages that use org.junit.runners
  • Class
    Description
    Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data type T.
    Using Suite as a runner allows you to manually build a suite containing tests from many classes.
  • Class
    Description
    Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data type T.
    Using Suite as a runner allows you to manually build a suite containing tests from many classes.
  • Class
    Description
    Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.
    Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data type T.
  • Class
    Description
    Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.
    Sort the methods into a specified execution order.
    Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data type T.
    Using Suite as a runner allows you to manually build a suite containing tests from many classes.
  • Class
    Description
    Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.
    Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data type T.