| Package | Description |
|---|---|
| com.github.writethemfirst.approvals |
Approvals Package
|
| Modifier and Type | Method and Description |
|---|---|
CombinationApprover |
CombinationApprover.namedArguments(java.lang.String... names)
Specifies a header naming the arguments of the function under test.
|
CombinationApprover |
CombinationApprover.reportTo(Reporter reporter)
Specifies the reporter used to report mismatches.
|
CombinationApprover |
CombinationApprover.testing(java.lang.Class<?> testClass)
Specifies the testClass to use as a folder name to store approved and received files.
|
CombinationApprover |
CombinationApprover.writeTo(java.lang.String customFileName)
Specifies the name to use for approved and received files.
|
Copyright © 2018 Write Them First!. All rights reserved.