Uses of Package
org.junit.runners
-
Packages that use org.junit.runners Package Description org.junit Provides JUnit core classes and annotations.org.junit.experimental.categories org.junit.experimental.runners org.junit.experimental.theories org.junit.runners Provides standardRunner
implementations.org.junit.runners.parameterized -
Classes in org.junit.runners used by org.junit Class Description MethodSorters Sort the methods into a specified execution order. -
Classes in org.junit.runners used by org.junit.experimental.categories Class Description ParentRunner 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 typeT
.Suite UsingSuite
as a runner allows you to manually build a suite containing tests from many classes. -
Classes in org.junit.runners used by org.junit.experimental.runners Class Description ParentRunner 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 typeT
.Suite UsingSuite
as a runner allows you to manually build a suite containing tests from many classes. -
Classes in org.junit.runners used by org.junit.experimental.theories Class Description BlockJUnit4ClassRunner Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.ParentRunner 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 typeT
. -
Classes in org.junit.runners used by org.junit.runners Class Description BlockJUnit4ClassRunner Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.MethodSorters Sort the methods into a specified execution order.ParentRunner 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 typeT
.Suite UsingSuite
as a runner allows you to manually build a suite containing tests from many classes. -
Classes in org.junit.runners used by org.junit.runners.parameterized Class Description BlockJUnit4ClassRunner Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.ParentRunner 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 typeT
.