| Package | Description |
|---|---|
| org.junit.internal.runners |
Provides implementations of
Runner |
| org.junit.runners |
Provides standard
Runner implementations. |
| Class and Description |
|---|
| InitializationError
Deprecated.
|
| JUnit38ClassRunner |
| TestClass
Deprecated.
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| TestMethod
Deprecated.
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| Class and Description |
|---|
| JUnit38ClassRunner |
| SuiteMethod
Runner for use with JUnit 3.8.x-style AllTests classes
(those that only implement a static
suite()
method). |
Copyright © 2002–2017 JUnit. All rights reserved.