Apache Commons logo Apache Commons CLI

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
448 0 0 59 86.8% 1.170 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.apache.commons.cli 416 0 0 59 85.8% 1.003 s
org.apache.commons.cli.bug 32 0 0 0 100% 0.167 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.commons.cli

- Class Tests Errors Failures Skipped Success Rate Time
ApplicationTest 5 0 0 0 100% 0.021 s
CommandLineTest 10 0 0 0 100% 0.021 s
TypeHandlerTest 17 0 0 0 100% 0.064 s
PosixParserTest 64 0 0 10 84.4% 0.044 s
ValueTest 24 0 0 0 100% 0.019 s
OptionTest 14 0 0 0 100% 0.087 s
PatternOptionBuilderTest 10 0 0 0 100% 0.189 s
HelpFormatterTest 27 0 0 0 100% 0.088 s
UtilTest 2 0 0 0 100% 0.044 s
DefaultParserTest 71 0 0 0 100% 0.123 s
OptionsTest 10 0 0 0 100% 0.012 s
ArgumentIsOptionTest 3 0 0 0 100% 0.005 s
BasicParserTest 64 0 0 27 57.8% 0.145 s
OptionBuilderTest 9 0 0 0 100% 0.009 s
DisablePartialMatchingTest 2 0 0 0 100% 0.010 s
GnuParserTest 64 0 0 22 65.6% 0.074 s
OptionGroupTest 13 0 0 0 100% 0.038 s
ValuesTest 7 0 0 0 100% 0.010 s

org.apache.commons.cli.bug

- Class Tests Errors Failures Skipped Success Rate Time
BugCLI252Test 2 0 0 0 100% 0.039 s
BugCLI71Test 4 0 0 0 100% 0.008 s
BugCLI13Test 1 0 0 0 100% 0.004 s
BugCLI265Test 3 0 0 0 100% 0.011 s
BugCLI18Test 1 0 0 0 100% 0.007 s
BugCLI162Test 4 0 0 0 100% 0.023 s
BugCLI266Test 2 0 0 0 100% 0.009 s
BugCLI148Test 2 0 0 0 100% 0.003 s
BugCLI133Test 1 0 0 0 100% 0.006 s
BugsTest 12 0 0 0 100% 0.057 s

Test Cases

[Summary] [Package List] [Test Cases]

ApplicationTest

testAnt 0.002 s
testMan 0.001 s
testNLT 0.005 s
testLs 0.003 s
testGroovy 0.004 s

BugCLI252Test

testAmbiquousOptionName 0.027 s
testExactOptionNameMatch 0.003 s

CommandLineTest

testGetParsedOptionValue 0.004 s
testGetParsedOptionValueWithOption 0.004 s
testGetOptions 0.001 s
testBuilderNullArgs 0.001 s
testNullhOption 0 s
testBuilder 0 s
testBuilderNullOption 0.001 s
testGetOptionProperties 0.003 s
testGetOptionPropertiesWithOption 0.001 s
testGetParsedOptionValueWithChar 0.001 s

BugCLI71Test

testBasic 0.003 s
testLackOfError 0 s
testMistakenArgument 0.001 s
testGetsDefaultIfOptional 0 s

BugCLI13Test

testCLI13 0.002 s

BugCLI265Test

shouldParseShortOptionWithValue 0.001 s
shouldParseShortOptionWithoutValue 0 s
shouldParseConcatenatedShortOptions 0.002 s

TypeHandlerTest

testCreateValueNumber_Long 0.001 s
testCreateValueURL 0 s
testCreateValueClass 0.001 s
testCreateValueFiles 0.001 s
testCreateValueNumber_noNumber 0.008 s
testCreateValueObject_notInstantiableClass 0.009 s
testCreateValueObject_InstantiableClass 0.011 s
testCreateValueExistingFile_nonExistingFile 0.005 s
testCreateValueExistingFile 0 s
testCreateValueClass_notFound 0.001 s
testCreateValueNumber_Double 0.006 s
testCreateValueString 0.001 s
testCreateValueObject_unknownClass 0.001 s
testCreateValueURL_malformed 0.001 s
testCreateValueDate 0.001 s
testCreateValueFile 0 s
testCreateValueInteger_failure 0.001 s

PosixParserTest

testAmbiguousLongWithoutEqualSingleDash 0 s
- not supported by the PosixParser -
testLongWithoutEqualSingleDash 0 s
- not supported by the PosixParser -
testAmbiguousPartialLongOption4 0 s
- not supported by the PosixParser -
testShortWithEqual 0 s
- not supported by the PosixParser -
testNegativeOption 0 s
- not supported by the PosixParser (CLI-184) -
testLongWithUnexpectedArgument1 0 s
- not supported by the PosixParser -
testLongWithEqualSingleDash 0 s
- not supported by the PosixParser -
testUnambiguousPartialLongOption4 0 s
- not supported by the PosixParser -
testDoubleDash2 0 s
- not supported by the PosixParser -
testAmbiguousLongWithoutEqualSingleDash2 0 s
- not supported by the PosixParser -
testSimpleLong 0.003 s
testSimpleShort 0.003 s
testLongOptionQuoteHandling 0.001 s
testStopBursting2 0.001 s
testMissingRequiredOption 0 s
testShortWithoutEqual 0 s
testReuseOptionsTwice 0.001 s
testMissingRequiredGroup 0.001 s
testOptionGroupLong 0.001 s
testLongOptionWithEqualsQuoteHandling 0.001 s
testMissingArgWithBursting 0 s
testMissingRequiredOptions 0.001 s
testShortWithUnexpectedArgument 0.001 s
testPropertyOverrideValues 0.001 s
testStopAtNonOptionLong 0.001 s
testNegativeArgument 0 s
testStopBursting 0.001 s
testStopAtUnexpectedArg 0 s
testPartialLongOptionSingleDash 0 s
testOptionGroup 0.001 s
testLongWithoutEqualDoubleDash 0 s
testPropertyOptionSingularValue 0.001 s
testPropertyOptionMultipleValues 0 s
testMissingArg 0.001 s
testPropertyOptionFlags 0 s
testPropertyOptionGroup 0.001 s
testUnrecognizedOptionWithBursting 0 s
testAmbiguousArgParsing 0 s
testMultipleWithLong 0 s
testUnrecognizedOption 0.001 s
testBursting 0 s
testAmbiguousPartialLongOption1 0 s
testAmbiguousPartialLongOption2 0.001 s
testAmbiguousPartialLongOption3 0 s
testPropertyOptionUnexpected 0 s
testSingleDash 0 s
testWithRequiredOption 0 s
testUnlimitedArgs 0 s
testPropertyOptionRequired 0 s
testOptionAndRequiredOption 0.001 s
testLongWithEqualDoubleDash 0 s
testLongWithUnexpectedArgument2 0 s
testStopAtNonOptionShort 0 s
testUnambiguousPartialLongOption1 0.001 s
testUnambiguousPartialLongOption2 0 s
testUnambiguousPartialLongOption3 0 s
testShortOptionConcatenatedQuoteHandling 0 s
testMultiple 0.001 s
testArgumentStartingWithHyphen 0 s
testPropertiesOption1 0 s
testPropertiesOption2 0 s
testDoubleDash1 0 s
testStopAtExpectedArg 0 s
testShortOptionQuoteHandling 0 s

ValueTest

testLongOptionalArgValuesWithOption 0.001 s
testShortOptionalNArgValuesWithOption 0.001 s
testShortOptionalArgValues 0.001 s
testShortOptionalArgValuesWithOption 0 s
testShortOptionalArgValueWithOption 0.001 s
testLongOptionalArgValue 0 s
testShortOptionalArgNoValue 0.001 s
testShortNoArgWithOption 0 s
testLongWithArg 0 s
testLongOptionalNArgValuesWithOption 0 s
testLongOptionalNArgValues 0.001 s
testShortWithArgWithOption 0.001 s
testShortWithArg 0.001 s
testLongOptionalArgValueWithOption 0.001 s
testLongOptionalArgValues 0.001 s
testShortOptionalNArgValues 0 s
testLongNoArgWithOption 0.001 s
testLongOptionalNoValueWithOption 0 s
testLongNoArg 0.001 s
testShortNoArg 0 s
testLongOptionalNoValue 0.001 s
testShortOptionalArgValue 0.001 s
testShortOptionalArgNoValueWithOption 0.001 s
testLongWithArgWithOption 0 s

BugCLI18Test

testCLI18 0.003 s

OptionTest

testGetValue 0.042 s
testSubclass 0.004 s
testClear 0.001 s
testClone 0.003 s
testBuilderInvalidOptionName1 0.002 s
testBuilderInvalidOptionName2 0.003 s
testBuilderInvalidOptionName3 0.001 s
testBuilderInvalidOptionName4 0.001 s
testBuilderMethods 0.001 s
testHasArgs 0.001 s
testHasArgName 0.001 s
testHashCode 0.001 s
testBuilderInsufficientParams1 0.001 s
testBuilderInsufficientParams2 0.001 s

PatternOptionBuilderTest

testSimplePattern 0.140 s
testExistingFilePattern 0.001 s
testURLPattern 0.017 s
testEmptyPattern 0.006 s
testClassPattern 0.001 s
testRequiredOption 0.001 s
testExistingFilePatternFileNotExist 0 s
testNumberPattern 0.001 s
testUntypedPattern 0.001 s
testObjectPattern 0.004 s

BugCLI162Test

testInfiniteLoop 0.002 s
testLongLineChunkingIndentIgnored 0.002 s
testLongLineChunking 0.001 s
testPrintHelpLongLines 0.012 s

BugCLI266Test

testOptionComparatorInsertedOrder 0.001 s
testOptionComparatorDefaultOrder 0.007 s

HelpFormatterTest

testUsageWithLongOptSeparator 0.011 s
testRenderWrappedTextSingleLine 0.001 s
testIndentedHeaderAndFooter 0.016 s
testPrintSortedUsageWithNullComparator 0.008 s
testAccessors 0.005 s
testRtrim 0.004 s
testPrintRequiredOptionGroupUsage 0.001 s
testHelpWithLongOptSeparator 0.001 s
testRenderWrappedTextSingleLinePadded 0.001 s
testRenderWrappedTextMultiLine 0.004 s
testPrintUsage 0.003 s
testPrintSortedUsage 0.001 s
testPrintHelpWithEmptySyntax 0 s
testPrintOptions 0.001 s
testAutomaticUsage 0.001 s
testDefaultArgName 0 s
testHeaderStartingWithLineSeparator 0 s
testPrintHelpNewlineFooter 0 s
testPrintHelpNewlineHeader 0.001 s
testRenderWrappedTextWordCut 0 s
testOptionWithoutShortFormat 0 s
testRenderWrappedTextMultiLinePadded 0.001 s
testPrintOptionGroupUsage 0.001 s
testPrintOptionWithEmptyArgNameUsage 0.001 s
testRenderWrappedTextSingleLinePadded2 0.001 s
testOptionWithoutShortFormat2 0 s
testFindWrapPos 0 s

UtilTest

testStripLeadingAndTrailingQuotes 0.012 s
testStripLeadingHyphens 0.001 s

BugCLI148Test

testWorkaround1 0.001 s
testWorkaround2 0.001 s

BugCLI133Test

testOrder 0.003 s

DefaultParserTest

testLongOptionWithEqualsQuoteHandlingWithoutStrip 0.008 s
testLongOptionQuoteHandlingWithoutStrip 0.006 s
testLongOptionWithEqualsQuoteHandling 0.004 s
testShortOptionQuoteHandlingWithStrip 0.003 s
testShortOptionQuoteHandlingWithoutStrip 0.005 s
testLongOptionQuoteHandlingWithStrip 0.001 s
testBuilder 0.001 s
testLongOptionWithEqualsQuoteHandlingWithStrip 0.002 s
testShortOptionConcatenatedQuoteHandling 0.001 s
testSimpleLong 0.001 s
testSimpleShort 0 s
testLongOptionQuoteHandling 0.001 s
testStopBursting2 0 s
testMissingRequiredOption 0.001 s
testShortWithoutEqual 0 s
testReuseOptionsTwice 0 s
testMissingRequiredGroup 0.002 s
testOptionGroupLong 0.001 s
testAmbiguousLongWithoutEqualSingleDash 0 s
testMissingArgWithBursting 0.001 s
testMissingRequiredOptions 0.001 s
testShortWithUnexpectedArgument 0.001 s
testPropertyOverrideValues 0.001 s
testStopAtNonOptionLong 0.001 s
testNegativeArgument 0.001 s
testStopBursting 0 s
testStopAtUnexpectedArg 0.001 s
testPartialLongOptionSingleDash 0.001 s
testOptionGroup 0 s
testLongWithoutEqualDoubleDash 0.001 s
testLongWithoutEqualSingleDash 0 s
testPropertyOptionSingularValue 0.001 s
testPropertyOptionMultipleValues 0.003 s
testMissingArg 0.001 s
testPropertyOptionFlags 0.002 s
testPropertyOptionGroup 0.001 s
testUnrecognizedOptionWithBursting 0.001 s
testAmbiguousArgParsing 0 s
testMultipleWithLong 0.001 s
testUnrecognizedOption 0 s
testBursting 0 s
testAmbiguousPartialLongOption1 0 s
testAmbiguousPartialLongOption2 0 s
testAmbiguousPartialLongOption3 0.001 s
testAmbiguousPartialLongOption4 0 s
testPropertyOptionUnexpected 0 s
testSingleDash 0.001 s
testShortWithEqual 0 s
testWithRequiredOption 0.001 s
testUnlimitedArgs 0 s
testNegativeOption 0.001 s
testPropertyOptionRequired 0 s
testOptionAndRequiredOption 0.001 s
testLongWithEqualDoubleDash 0 s
testLongWithUnexpectedArgument1 0.001 s
testLongWithUnexpectedArgument2 0 s
testStopAtNonOptionShort 0.001 s
testLongWithEqualSingleDash 0 s
testUnambiguousPartialLongOption1 0 s
testUnambiguousPartialLongOption2 0.002 s
testUnambiguousPartialLongOption3 0 s
testUnambiguousPartialLongOption4 0 s
testMultiple 0.002 s
testArgumentStartingWithHyphen 0 s
testPropertiesOption1 0 s
testPropertiesOption2 0.001 s
testDoubleDash1 0.001 s
testDoubleDash2 0.001 s
testStopAtExpectedArg 0 s
testAmbiguousLongWithoutEqualSingleDash2 0 s
testShortOptionQuoteHandling 0 s

OptionsTest

testMissingOptionsException 0 s
testGetMatchingOpts 0 s
testLong 0.001 s
testToString 0 s
testHelpOptions 0 s
testMissingOptionException 0.001 s
testDuplicateSimple 0 s
testGetOptionsGroups 0.001 s
testDuplicateLong 0 s
testSimple 0.001 s

ArgumentIsOptionTest

testOptionWithArgument 0.002 s
testOptionAndOptionWithArgument 0.001 s
testOption 0.001 s

BasicParserTest

testStopBursting2 0 s
- not supported by the BasicParser -
testShortWithoutEqual 0 s
- not supported by the BasicParser -
testLongOptionWithEqualsQuoteHandling 0 s
- not supported by the BasicParser -
testAmbiguousLongWithoutEqualSingleDash 0 s
- not supported by the BasicParser -
testMissingArgWithBursting 0 s
- not supported by the BasicParser -
testStopBursting 0 s
- not supported by the BasicParser -
testPartialLongOptionSingleDash 0 s
- not supported by the BasicParser -
testLongWithoutEqualSingleDash 0 s
- not supported by the BasicParser -
testUnrecognizedOptionWithBursting 0 s
- not supported by the BasicParser -
testBursting 0 s
- not supported by the BasicParser -
testAmbiguousPartialLongOption1 0 s
- not supported by the BasicParser -
testAmbiguousPartialLongOption2 0 s
- not supported by the BasicParser -
testAmbiguousPartialLongOption3 0 s
- not supported by the BasicParser -
testAmbiguousPartialLongOption4 0 s
- not supported by the BasicParser -
testShortWithEqual 0 s
- not supported by the BasicParser -
testNegativeOption 0 s
- not supported by the BasicParser (CLI-184) -
testLongWithEqualDoubleDash 0 s
- not supported by the BasicParser -
testLongWithEqualSingleDash 0 s
- not supported by the BasicParser -
testUnambiguousPartialLongOption1 0 s
- not supported by the BasicParser -
testUnambiguousPartialLongOption2 0 s
- not supported by the BasicParser -
testUnambiguousPartialLongOption3 0 s
- not supported by the BasicParser -
testUnambiguousPartialLongOption4 0 s
- not supported by the BasicParser -
testShortOptionConcatenatedQuoteHandling 0 s
- not supported by the BasicParser -
testPropertiesOption1 0 s
- not supported by the BasicParser -
testPropertiesOption2 0 s
- not supported by the BasicParser -
testDoubleDash2 0 s
- not supported by the BasicParser -
testAmbiguousLongWithoutEqualSingleDash2 0 s
- not supported by the BasicParser -
testSimpleLong 0.007 s
testSimpleShort 0.001 s
testLongOptionQuoteHandling 0.004 s
testMissingRequiredOption 0.002 s
testReuseOptionsTwice 0 s
testMissingRequiredGroup 0.001 s
testOptionGroupLong 0.002 s
testMissingRequiredOptions 0.001 s
testShortWithUnexpectedArgument 0 s
testPropertyOverrideValues 0.001 s
testStopAtNonOptionLong 0.001 s
testNegativeArgument 0 s
testStopAtUnexpectedArg 0 s
testOptionGroup 0 s
testLongWithoutEqualDoubleDash 0 s
testPropertyOptionSingularValue 0.001 s
testPropertyOptionMultipleValues 0 s
testMissingArg 0.001 s
testPropertyOptionFlags 0 s
testPropertyOptionGroup 0 s
testAmbiguousArgParsing 0.001 s
testMultipleWithLong 0.001 s
testUnrecognizedOption 0.001 s
testPropertyOptionUnexpected 0 s
testSingleDash 0 s
testWithRequiredOption 0 s
testUnlimitedArgs 0 s
testPropertyOptionRequired 0.005 s
testOptionAndRequiredOption 0.002 s
testLongWithUnexpectedArgument1 0.002 s
testLongWithUnexpectedArgument2 0.002 s
testStopAtNonOptionShort 0.002 s
testMultiple 0.001 s
testArgumentStartingWithHyphen 0.001 s
testDoubleDash1 0.001 s
testStopAtExpectedArg 0.001 s
testShortOptionQuoteHandling 0.024 s

OptionBuilderTest

testBaseOptionStringOpt 0 s
testTwoCompleteOptions 0.001 s
testBuilderIsResettedAlways 0.001 s
testCompleteOption 0.001 s
testCreateIncompleteOption 0.001 s
testOptionArgNumbers 0 s
testIllegalOptions 0.001 s
testSpecialOptChars 0 s
testBaseOptionCharOpt 0.001 s

DisablePartialMatchingTest

testDisablePartialMatching 0.007 s
testRegularPartialMatching 0.001 s

GnuParserTest

testStopBursting2 0 s
- not supported by the GnuParser -
testAmbiguousLongWithoutEqualSingleDash 0 s
- not supported by the GnuParser -
testMissingArgWithBursting 0 s
- not supported by the GnuParser -
testShortWithUnexpectedArgument 0 s
- not supported by the GnuParser -
testStopBursting 0 s
- not supported by the GnuParser -
testPartialLongOptionSingleDash 0 s
- not supported by the GnuParser -
testLongWithoutEqualSingleDash 0 s
- not supported by the GnuParser -
testUnrecognizedOptionWithBursting 0 s
- not supported by the GnuParser -
testBursting 0 s
- not supported by the GnuParser -
testAmbiguousPartialLongOption1 0 s
- not supported by the GnuParser -
testAmbiguousPartialLongOption2 0 s
- not supported by the GnuParser -
testAmbiguousPartialLongOption3 0 s
- not supported by the GnuParser -
testAmbiguousPartialLongOption4 0 s
- not supported by the GnuParser -
testNegativeOption 0 s
- not supported by the GnuParser (CLI-184) -
testLongWithUnexpectedArgument1 0 s
- not supported by the GnuParser -
testLongWithUnexpectedArgument2 0 s
- not supported by the GnuParser -
testUnambiguousPartialLongOption1 0 s
- not supported by the GnuParser -
testUnambiguousPartialLongOption2 0 s
- not supported by the GnuParser -
testUnambiguousPartialLongOption3 0 s
- not supported by the GnuParser -
testUnambiguousPartialLongOption4 0 s
- not supported by the GnuParser -
testDoubleDash2 0 s
- not supported by the GnuParser -
testAmbiguousLongWithoutEqualSingleDash2 0 s
- not supported by the GnuParser -
testSimpleLong 0.001 s
testSimpleShort 0 s
testLongOptionQuoteHandling 0 s
testMissingRequiredOption 0.001 s
testShortWithoutEqual 0 s
testReuseOptionsTwice 0.001 s
testMissingRequiredGroup 0 s
testOptionGroupLong 0.001 s
testLongOptionWithEqualsQuoteHandling 0 s
testMissingRequiredOptions 0.001 s
testPropertyOverrideValues 0 s
testStopAtNonOptionLong 0 s
testNegativeArgument 0.001 s
testStopAtUnexpectedArg 0 s
testOptionGroup 0.001 s
testLongWithoutEqualDoubleDash 0 s
testPropertyOptionSingularValue 0.001 s
testPropertyOptionMultipleValues 0 s
testMissingArg 0 s
testPropertyOptionFlags 0 s
testPropertyOptionGroup 0.001 s
testAmbiguousArgParsing 0 s
testMultipleWithLong 0 s
testUnrecognizedOption 0 s
testPropertyOptionUnexpected 0 s
testSingleDash 0.001 s
testShortWithEqual 0.001 s
testWithRequiredOption 0 s
testUnlimitedArgs 0 s
testPropertyOptionRequired 0 s
testOptionAndRequiredOption 0 s
testLongWithEqualDoubleDash 0 s
testStopAtNonOptionShort 0 s
testLongWithEqualSingleDash 0.001 s
testShortOptionConcatenatedQuoteHandling 0.004 s
testMultiple 0.005 s
testArgumentStartingWithHyphen 0.003 s
testPropertiesOption1 0.002 s
testPropertiesOption2 0.009 s
testDoubleDash1 0.004 s
testStopAtExpectedArg 0.008 s
testShortOptionQuoteHandling 0 s

BugsTest

test11456 0.001 s
test11457 0.002 s
test11458 0 s
test11680 0.001 s
test12210 0 s
test13425 0.002 s
test13666 0.001 s
test13935 0 s
test14786 0.002 s
test15046 0.001 s
test15648 0.030 s
test31148 0.003 s

OptionGroupTest

testTwoOptionsFromDifferentGroup 0.001 s
testNoOptionsExtraArgs 0.009 s
testGetNames 0 s
testTwoValidOptions 0.001 s
testSingleOption 0 s
testToString 0 s
testTwoOptionsFromGroup 0.001 s
testTwoValidLongOptions 0 s
testSingleOptionFromGroup 0.004 s
testTwoOptionsFromGroupWithProperties 0.003 s
testTwoLongOptionsFromGroup 0.001 s
testSingleLongOption 0.001 s
testValidLongOnlyOptions 0.001 s

ValuesTest

testTwoArgValues 0.002 s
testShortArgs 0.001 s
testCharSeparator 0.002 s
testExtraArgs 0.001 s
testShortArgsWithValue 0.001 s
testComplexValues 0.001 s
testMultipleArgValues 0.001 s

Failure Details

[Summary] [Package List] [Test Cases]


testAmbiguousLongWithoutEqualSingleDash
- skipped: not supported by the PosixParser
testLongWithoutEqualSingleDash
- skipped: not supported by the PosixParser
testAmbiguousPartialLongOption4
- skipped: not supported by the PosixParser
testShortWithEqual
- skipped: not supported by the PosixParser
testNegativeOption
- skipped: not supported by the PosixParser (CLI-184)
testLongWithUnexpectedArgument1
- skipped: not supported by the PosixParser
testLongWithEqualSingleDash
- skipped: not supported by the PosixParser
testUnambiguousPartialLongOption4
- skipped: not supported by the PosixParser
testDoubleDash2
- skipped: not supported by the PosixParser
testAmbiguousLongWithoutEqualSingleDash2
- skipped: not supported by the PosixParser
testStopBursting2
- skipped: not supported by the BasicParser
testShortWithoutEqual
- skipped: not supported by the BasicParser
testLongOptionWithEqualsQuoteHandling
- skipped: not supported by the BasicParser
testAmbiguousLongWithoutEqualSingleDash
- skipped: not supported by the BasicParser
testMissingArgWithBursting
- skipped: not supported by the BasicParser
testStopBursting
- skipped: not supported by the BasicParser
testPartialLongOptionSingleDash
- skipped: not supported by the BasicParser
testLongWithoutEqualSingleDash
- skipped: not supported by the BasicParser
testUnrecognizedOptionWithBursting
- skipped: not supported by the BasicParser
testBursting
- skipped: not supported by the BasicParser
testAmbiguousPartialLongOption1
- skipped: not supported by the BasicParser
testAmbiguousPartialLongOption2
- skipped: not supported by the BasicParser
testAmbiguousPartialLongOption3
- skipped: not supported by the BasicParser
testAmbiguousPartialLongOption4
- skipped: not supported by the BasicParser
testShortWithEqual
- skipped: not supported by the BasicParser
testNegativeOption
- skipped: not supported by the BasicParser (CLI-184)
testLongWithEqualDoubleDash
- skipped: not supported by the BasicParser
testLongWithEqualSingleDash
- skipped: not supported by the BasicParser
testUnambiguousPartialLongOption1
- skipped: not supported by the BasicParser
testUnambiguousPartialLongOption2
- skipped: not supported by the BasicParser
testUnambiguousPartialLongOption3
- skipped: not supported by the BasicParser
testUnambiguousPartialLongOption4
- skipped: not supported by the BasicParser
testShortOptionConcatenatedQuoteHandling
- skipped: not supported by the BasicParser
testPropertiesOption1
- skipped: not supported by the BasicParser
testPropertiesOption2
- skipped: not supported by the BasicParser
testDoubleDash2
- skipped: not supported by the BasicParser
testAmbiguousLongWithoutEqualSingleDash2
- skipped: not supported by the BasicParser
testStopBursting2
- skipped: not supported by the GnuParser
testAmbiguousLongWithoutEqualSingleDash
- skipped: not supported by the GnuParser
testMissingArgWithBursting
- skipped: not supported by the GnuParser
testShortWithUnexpectedArgument
- skipped: not supported by the GnuParser
testStopBursting
- skipped: not supported by the GnuParser
testPartialLongOptionSingleDash
- skipped: not supported by the GnuParser
testLongWithoutEqualSingleDash
- skipped: not supported by the GnuParser
testUnrecognizedOptionWithBursting
- skipped: not supported by the GnuParser
testBursting
- skipped: not supported by the GnuParser
testAmbiguousPartialLongOption1
- skipped: not supported by the GnuParser
testAmbiguousPartialLongOption2
- skipped: not supported by the GnuParser
testAmbiguousPartialLongOption3
- skipped: not supported by the GnuParser
testAmbiguousPartialLongOption4
- skipped: not supported by the GnuParser
testNegativeOption
- skipped: not supported by the GnuParser (CLI-184)
testLongWithUnexpectedArgument1
- skipped: not supported by the GnuParser
testLongWithUnexpectedArgument2
- skipped: not supported by the GnuParser
testUnambiguousPartialLongOption1
- skipped: not supported by the GnuParser
testUnambiguousPartialLongOption2
- skipped: not supported by the GnuParser
testUnambiguousPartialLongOption3
- skipped: not supported by the GnuParser
testUnambiguousPartialLongOption4
- skipped: not supported by the GnuParser
testDoubleDash2
- skipped: not supported by the GnuParser
testAmbiguousLongWithoutEqualSingleDash2
- skipped: not supported by the GnuParser