Claude Warren created RAT-541:
---------------------------------
Summary: Create testhelper/data package
Key: RAT-541
URL: https://issues.apache.org/jira/browse/RAT-541
Project: Apache RAT
Issue Type: Sub-task
Components: Client - cli, core engine
Affects Versions: 0.18
Reporter: Claude Warren
Fix For: 1.0.0
Create a testhelper/data package that contains
* TestData class that contains
** the name of the test
** A list of command line <Option, String[]> pairs that represent the command
line to be executed.
** A Consumer<Path> to create any files necessary for the test.
** A Consumer<ValidatorData> to validate the test succeeded.
** An expectedException if one is expected during operation.
* ValidatorData a class that contains the Reporter.Output and the Path of the
directory where the test was executed.
* TestDataProvider instances that provide a set of TestData for a
UIOptionCollection.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)