| 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.
|
| 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. |
Copyright © 2002–2020 JUnit. All rights reserved.