Package | Description |
---|---|
org.junit.experimental.categories | |
org.junit.experimental.runners | |
org.junit.experimental.theories | |
org.junit.runners |
Provides standard
Runner implementations. |
org.junit.runners.parameterized |
Class and 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
type
T . |
Suite
Using
Suite as a runner allows you to manually
build a suite containing tests from many classes. |
Class and 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
type
T . |
Suite
Using
Suite as a runner allows you to manually
build a suite containing tests from many classes. |
Class and 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
type
T . |
Class and 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.
|
Parameterized.RunnersFactory |
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
type
T . |
RuleContainer
Data structure for ordering of
TestRule /MethodRule instances. |
RuleContainer.RuleEntry |
Suite
Using
Suite as a runner allows you to manually
build a suite containing tests from many classes. |
Class and 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
type
T . |