| Package | Description |
|---|---|
| com.github.writethemfirst.approvals |
That package contains all the root objects to be used while working with Approvals-Java.
|
| com.github.writethemfirst.approvals.reporters | |
| com.github.writethemfirst.approvals.reporters.softwares |
| Constructor and Description |
|---|
Approvals(java.lang.Class<?> clazz,
Reporter reporter)
Constructs an
Approvals object. |
Approvals(Reporter reporter)
Constructs an
Approvals object using the StackUtils.callerClass(Class). |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandReporter
A reporter which delegates execution to an external command.
|
class |
FirstWorkingReporter
Reporter implementation which delegates to the first of its known reporter for which FirstWorkingReporter.isAvailable() is true. |
class |
JUnit5Reporter
This
Reporter uses reflection to throw the same exceptions that the JUnit 5 framework would send. |
class |
ThrowsReporter
The most basic
Reporter, it simply throws an AssertionError in case of mismatch between approved and received. |
| Constructor and Description |
|---|
FirstWorkingReporter(Reporter... reporters) |
| 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 |
Generic.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.