| Package | Description |
|---|---|
| com.github.writethemfirst.approvals |
Approvals Package
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinationApprover
Approves a function by calling it with combinations of parameters.
|
class |
FolderApprover
Approves a folder.
|
| Modifier and Type | Method and Description |
|---|---|
Approver |
Approver.reportTo(Reporter reporter)
Specifies the reporter used to report mismatches.
|
Approver |
Approver.testing(java.lang.Class<?> testClass)
Specifies the testClass to use as a folder name to store approved and received files.
|
Approver |
Approver.writeTo(java.lang.String customFileName)
Specifies the name to use for approved and received files.
|
Copyright © 2018 Write Them First!. All rights reserved.