Package | Description |
---|---|
org.junit.experimental.theories | |
org.junit.runners |
Provides standard
Runner implementations. |
org.junit.runners.parameterized |
Modifier and Type | Class and Description |
---|---|
class |
Theories
The Theories runner allows to test a certain functionality against a subset of an infinite set of data points.
|
Modifier and Type | Class and Description |
---|---|
class |
JUnit4
Aliases the current default JUnit 4 class runner, for future-proofing.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockJUnit4ClassRunnerWithParameters
A
BlockJUnit4ClassRunner with parameters support. |