| Class | Description |
|---|---|
| ApprovalFiles |
ApprovalFiles
|
| ApprovalFolders |
ApprovalFolders is similar to ApprovalFiles : it holds a pair of
Paths, approved and received. |
| MatchesAndMismatches |
Holds 2 lists of matches (files with same content) and mismatches (different files).
|
Approvals Testing relies on specific files to proceed with approbations and comparisons. Those files (approved and received) will respectively hold the approved data (which is used as a reference for the comparisons) and the data computed by the Program Under Tests which will be used in order to validate the produced results.
That package contains all the required classes allowing to represent and manipulate those approval files.
Copyright © 2018–2019 Write Them First!. All rights reserved.