[
https://issues.apache.org/jira/browse/RAT-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18091254#comment-18091254
]
ASF subversion and git services commented on RAT-541:
-----------------------------------------------------
Commit 3190339fde187ee4d97bbe20f7412b354ae16aa8 in creadur-rat's branch
refs/heads/RAT-541_create-testhelper_data-package from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=3190339f ]
Merge branch 'fix-DocumentName-issues' into
RAT-541_create-testhelper_data-package
# Conflicts:
#
apache-rat-core/src/main/java/org/apache/rat/document/ArchiveEntryName.java
# apache-rat-core/src/main/java/org/apache/rat/document/DocumentName.java
#
apache-rat-core/src/test/java/org/apache/rat/ReporterOptionsProvider.java
# apache-rat-core/src/test/java/org/apache/rat/ReporterTest.java
# apache-rat-core/src/test/java/org/apache/rat/commandline/ArgTests.java
#
apache-rat-core/src/test/java/org/apache/rat/commandline/FileConverterTest.java
#
apache-rat-core/src/test/java/org/apache/rat/document/DocumentNameBuilderTest.java
#
apache-rat-core/src/test/java/org/apache/rat/test/AbstractConfigurationOptionsProvider.java
> 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
> Assignee: Claude Warren
> Priority: Major
> 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 package will provide implementation agnostic test data to the UI
> implementations to ensure that they properly handle all the supported
> standard command line options.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)