| Package | Description |
|---|---|
| com.github.writethemfirst.approvals.files |
Files Package
|
| Modifier and Type | Method and Description |
|---|---|
static ApprovalFiles |
ApprovalFiles.build(java.nio.file.Path folder,
java.lang.String methodName,
java.lang.String extension)
Builds a pair of approval entries from the provided folder, method name, and extension.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<ApprovalFiles> |
ApprovalFiles.listChildrenApprovalFiles()
If approved and received actually are folders (which can be the case while using the folder approval features), this method allows to list all the children approval files from those folders.
|
Copyright © 2018 Write Them First!. All rights reserved.