| Package | Description |
|---|---|
| com.github.writethemfirst.approvals |
Approvals Package
|
| com.github.writethemfirst.approvals.files |
Files Package
|
| com.github.writethemfirst.approvals.reporters |
Reporters Package
|
| com.github.writethemfirst.approvals.reporters.windows |
Windows Reporters Package
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reporter.mismatch(ApprovalFiles files)
A
Reporter is called whenever a difference is found while comparing the output of a Program Under Tests and the existing approved files linked to the tests. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApprovalFolders
ApprovalFolders is similar to ApprovalFiles : it holds a pair of
Paths, approved and received. |
| Modifier and Type | Method and Description |
|---|---|
ApprovalFiles |
ApprovalFolders.resolve(Path file)
Appends to the approved and received paths the name of a file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FirstWorkingReporter.mismatch(ApprovalFiles files)
Reports a mismatch between the provided approved and received files using the first working reporter found.
|
void |
JUnit5Reporter.mismatch(ApprovalFiles files) |
void |
ThrowsReporter.mismatch(ApprovalFiles files) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandReporter.mismatch(ApprovalFiles files) |
Copyright © 2018–2019 Write Them First!. All rights reserved.