| Class | Description |
|---|---|
| CommandReporter |
A reporter which delegates execution to an external command.
|
| FirstWorkingReporter |
Reporter implementation which delegates to the first of its known reporter for which FirstWorkingReporter.isAvailable() is true. |
| JUnit5Reporter |
This
Reporter uses reflection to throw the same exceptions that the JUnit 5 framework would send. |
| ThrowsReporter |
The most basic
Reporter, it simply throws an AssertionError in case of mismatch between approved and received. |
Copyright © 2018 Write Them First!. All rights reserved.