Uses of Package
org.junit.runners
Packages that use org.junit.runners
-
Classes in org.junit.runners used by org.junit.experimental.categoriesClassDescriptionProvides 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
.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.runnersClassDescriptionProvides 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
.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.theoriesClassDescriptionImplements 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
. -
Classes in org.junit.runners used by org.junit.runnersClassDescriptionImplements 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
.Data structure for ordering ofTestRule
/MethodRule
instances.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.parameterizedClassDescriptionImplements 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
.