| Package | Description |
|---|---|
| com.github.writethemfirst.approvals |
Approvals Package
|
| com.github.writethemfirst.approvals.reporters |
Reporters
|
| 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 |
|---|---|
FolderApprover |
FolderApprover.reportTo(Reporter reporter)
Specifies the reporter used to report mismatches.
|
CombinationApprover |
CombinationApprover.reportTo(Reporter reporter)
Specifies the reporter used to report mismatches.
|
Approver |
Approver.reportTo(Reporter reporter)
Specifies the reporter used to report mismatches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FirstWorkingReporter
FirstWorkingReporter
|
class |
JUnit5Reporter
JUnit5Reporter
|
class |
ThrowsReporter
ThrowsReporter
|
| 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 |
Linux.DEFAULT |
static Reporter |
Linux.IDEA_ULTIMATE |
| 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 Write Them First!. All rights reserved.