| Package | Description |
|---|---|
| com.github.writethemfirst.approvals |
Approvals Package
|
| com.github.writethemfirst.approvals.approvers |
Approvers Package
|
| com.github.writethemfirst.approvals.files |
Files Package
|
| com.github.writethemfirst.approvals.reporters |
Reporters Package
|
| Modifier and Type | Field and Description |
|---|---|
static Reporter |
Reporter.BASIC |
static Reporter |
Reporter.DEFAULT
Global property allowing to retrieve the default reporter for the current execution context.
|
| Modifier and Type | Method and Description |
|---|---|
Approver |
Approver.reportTo(Reporter reporter)
Specifies the reporter used to report mismatches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchesAndMismatches.reportMismatches(Reporter reporter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandReporter
A reporter which delegates execution to an external command.
|
class |
FirstWorkingReporter
# FirstWorkingReporter
|
class |
JUnit5Reporter
JUnit5Reporter
|
class |
ThrowsReporter
# ThrowsReporter
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Reporter> |
SupportedOs.osDefaultReporter()
Identifies the current OS and the associated
Reporter. |
| Constructor and Description |
|---|
FirstWorkingReporter(Reporter... reporters)
Constructs a
FirstWorkingReporter with a list of potentially usable reporters |
Copyright © 2018–2019 Write Them First!. All rights reserved.