| 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. |
| ConsoleRunnerImpl.FailFastListener |
A run listener that will stop the test run after the first test failure.
|
| ConsoleRunnerImpl.FailFastRunner |
A runner that wraps the original test runner so we can add a listener
to stop the tests after the first test failure.
|
| 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.
|