This is an automated email from the ASF dual-hosted git repository.
Claudenw pushed a change to branch create-UIOptionCollections
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from 28ed3b53 fixed AntDocumentationTest
add 74953afb added CLIOptionTests
add cb6234c9 added OptionCollectionParser tests
add ca9730ce updated ArgumentTracker
No new revisions were added by this update.
Summary of changes:
.../src/main/java/org/apache/rat/CLIOption.java | 4 +-
.../org/apache/rat/OptionCollectionParser.java | 5 +-
.../rat/config/exclusion/ExclusionProcessor.java | 3 +
.../java/org/apache/rat/ui/ArgumentTracker.java | 8 +-
.../src/main/java/org/apache/rat/ui/UIOption.java | 6 +-
.../test/java/org/apache/rat/CLIOptionTest.java | 38 +++++++
.../org/apache/rat/OptionCollectionParserTest.java | 118 +++++++++++++++++++++
.../org/apache/rat/ui/ArgumentTrackerTest.java | 2 +-
.../java/org/apache/rat/anttasks/HelpTest.java | 1 -
.../org/apache/rat/tools/AntDocumentationTest.java | 7 +-
10 files changed, 176 insertions(+), 16 deletions(-)
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/CLIOptionTest.java
create mode 100644
apache-rat-core/src/test/java/org/apache/rat/OptionCollectionParserTest.java