| Class | Description |
|---|---|
| AnnotatedClassRequest |
A ClassRequest that exposes the wrapped class.
|
| CompositeRequestRunner |
A JUnit Runner that handles a list of
Requests. |
| ConcurrentCompositeRequestRunner |
A Runner for running composite requests in a concurrent fashion.
|
| ConcurrentRunnerScheduler | |
| ConsoleRunnerImpl |
An alternative to
JUnitCore with stream capture and junit-report xml output capabilities. |
| CustomAnnotationBuilder |
Needed to support retrying flaky tests as well as add support for running scala tests.
|
| ScalaTestUtil | |
| ShutdownListener |
A listener that keeps track of the current test state with its own result class so it can print
the state of tests being run if there is unexpected exit during the tests.
|
| Enum | Description |
|---|---|
| Concurrency |
Describes the type of concurrency desired when running a batch of tests.
|