Package org.junit.runners
Since4.0
VersionNot specified.
AuthorNot specified.
| AllTests |
Runner for use with JUnit 3.8.x-style AllTests classes
(those that only implement a static suite()
method). |
| Enclosed |
No description provided. |
| Parameterized |
The custom runner Parameterized implements parameterized
tests. |
| Parameterized.RunAllParameterMethods |
No description provided. |
| Suite |
Using Suite as a runner allows you to manually
build a suite containing tests from many classes. |
Provides standard
Runner implementations.