| 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
|
| com.github.writethemfirst.approvals.reporters.linux |
Linux Reporters Package
|
| com.github.writethemfirst.approvals.reporters.windows |
Windows Reporters Package
|
| Modifier and Type | Field and Description |
|---|---|
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 |
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 |
| Modifier and Type | Field and Description |
|---|---|
static Reporter |
Linux.BEYOND_COMPARE |
static Reporter |
MacOs.DEFAULT |
static Reporter |
Linux.DEFAULT |
static Reporter |
MacOs.IDEA_CE |
static Reporter |
MacOs.IDEA_COMMUNITY |
static Reporter |
Linux.IDEA_COMMUNITY |
static Reporter |
MacOs.IDEA_ULTIMATE |
static Reporter |
Linux.IDEA_ULTIMATE |
static Reporter |
MacOs.KDIFF |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandReporter
A reporter which delegates execution to an external command.
|
| Modifier and Type | Field and Description |
|---|---|
static Reporter |
Windows.ARAXIS |
static Reporter |
Windows.BEYOND_COMPARE_3 |
static Reporter |
Windows.BEYOND_COMPARE_4 |
static Reporter |
Windows.CODE_COMPARE |
static Reporter |
Windows.DEFAULT |
static Reporter |
Windows.GVIM
Download GVim from http://www.vim.org/download.php
|
static Reporter |
Windows.IDEA |
static Reporter |
Windows.KDIFF
Download KDiff3 from https://sourceforge.net/projects/kdiff3/files/
|
static Reporter |
Windows.TORTOISE_SVN
Download TortoiseSVN from https://tortoisesvn.net/downloads.html
|
static Reporter |
Windows.WINMERGE |
Copyright © 2018–2019 Write Them First!. All rights reserved.