Package | Description |
---|---|
org.junit.internal.runners |
Provides implementations of
Runner |
org.junit.runners |
Provides standard
Runner implementations. |
Modifier and Type | Class and Description |
---|---|
class |
SuiteMethod
Runner for use with JUnit 3.8.x-style AllTests classes
(those that only implement a static
suite()
method). |
Modifier and Type | Class and Description |
---|---|
class |
AllTests
Runner for use with JUnit 3.8.x-style AllTests classes
(those that only implement a static
suite()
method). |