Apache Commons logo Commons CLI
Apache Commons CLI ™
  • Last Published: 08 Nov 2025
  • |
  • Version: 1.11.0

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
977 0 0 61 93.8% 0.754 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.example 13 0 0 0 100% 0.022 s
org.apache.commons.cli 809 0 0 61 92.5% 0.698 s
org.apache.commons.cli.help 118 0 0 0 100% 0.025 s
org.apache.commons.cli.bug 37 0 0 0 100% 0.009 s

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

org.apache.commons.cli.example

- Class Tests Errors Failures Skipped Success Rate Time
AptHelpAppendableTest 7 0 0 0 100% 0.002 s
XhtmlHelpAppendableTest 6 0 0 0 100% 0.020 s

org.apache.commons.cli

- Class Tests Errors Failures Skipped Success Rate Time
ApplicationTest 5 0 0 0 100% 0.002 s
OptionCountTest 5 0 0 0 100% 0.007 s
UnrecognizedOptionExceptionTest 1 0 0 0 100% 0 s
CommandLineTest 138 0 0 0 100% 0.116 s
AlreadySelectedExceptionTest 1 0 0 0 100% 0 s
ParseExceptionTest 1 0 0 0 100% 0 s
TypeHandlerTest 63 0 0 0 100% 0.027 s
SolrCliTest 1 0 0 0 100% 0.006 s
PosixParserTest 67 0 0 10 85.1% 0.008 s
ValueTest 40 0 0 0 100% 0.010 s
OptionValidatorTest 115 0 0 0 100% 0.024 s
OptionTest 23 0 0 0 100% 0.008 s
PatternOptionBuilderTest 10 0 0 0 100% 0.067 s
HelpFormatterTest 44 0 0 0 100% 0.278 s
UtilTest 2 0 0 0 100% 0.020 s
DefaultParserTest 87 0 0 2 97.7% 0.035 s
OptionsTest 16 0 0 0 100% 0.002 s
ArgumentIsOptionTest 3 0 0 0 100% 0.001 s
BasicParserTest 67 0 0 27 59.7% 0.006 s
OptionBuilderTest 9 0 0 0 100% 0.002 s
DisablePartialMatchingTest 2 0 0 0 100% 0.003 s
GnuParserTest 67 0 0 22 67.2% 0.006 s
DeprecatedAttributesTest 4 0 0 0 100% 0 s
MissingOptionExceptionTest 2 0 0 0 100% 0 s
OptionGroupTest 13 0 0 0 100% 0.003 s
SolrCreateToolTest 2 0 0 0 100% 0.001 s
ValuesTest 7 0 0 0 100% 0.001 s
ConverterTests 14 0 0 0 100% 0.065 s

org.apache.commons.cli.help

- Class Tests Errors Failures Skipped Success Rate Time
OptionFormatterTest 22 0 0 0 100% 0.005 s
HelpFormatterTest 16 0 0 0 100% 0.006 s
TextHelpAppendableTest 33 0 0 0 100% 0.006 s
UtilTest 34 0 0 0 100% 0.006 s
TextStyleTests 13 0 0 0 100% 0.002 s

org.apache.commons.cli.bug

- Class Tests Errors Failures Skipped Success Rate Time
BugCLI252Test 2 0 0 0 100% 0 s
BugCLI71Test 4 0 0 0 100% 0.001 s
BugCLI13Test 1 0 0 0 100% 0 s
BugCLI265Test 3 0 0 0 100% 0.001 s
BugCLI18Test 1 0 0 0 100% 0 s
BugCLI162Test 4 0 0 0 100% 0.002 s
BugCLI266Test 2 0 0 0 100% 0 s
BugCLI148Test 2 0 0 0 100% 0.001 s
BugCLI312Test 3 0 0 0 100% 0.001 s
BugCLI133Test 1 0 0 0 100% 0.001 s
BugCLI325Test 1 0 0 0 100% 0 s
BugsTest 13 0 0 0 100% 0.002 s

Test Cases

[Summary] [Package List] [Test Cases]

ApplicationTest

testAnt 0 s
testMan 0.001 s
testNLT 0 s
testLs 0.001 s
testGroovy 0 s

OptionCountTest

testFiveSwitchesMixed 0.002 s
testOneSwitch 0 s
testThreeSwitchesCompact 0 s
testThreeSwitches 0.001 s
testNoSwitch 0 s

OptionFormatterTest

testSetOptSeparator 0.001 s
testCopyConstructor 0 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[1] 0 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[2] 0 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[3] 0 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[4] 0 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[5] 0 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[6] 0.001 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[7] 0 s
testComplexDeprecationFormat(DeprecatedAttributes, String)[8] 0 s
testAsOptional 0 s
testSetLongOptPrefix 0 s
testSetOptArgumentSeparator 0 s
testGetBothOpt 0 s
testCli343Part1 0 s
testCli343Part2 0 s
testSetSyntaxFormatFunction 0 s
testGetDescription 0 s
testAsSyntaxOption 0 s
testDefaultSyntaxFormat 0 s
testSetArgumentNameDelimiters 0 s
testSetDefaultArgName 0 s

BugCLI252Test

testAmbiquousOptionName 0 s
testExactOptionNameMatch 0 s

UnrecognizedOptionExceptionTest

testConstructor 0 s

CommandLineTest

testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[1] 0.007 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[2] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[3] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[4] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[5] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[6] 0 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[7] 0 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[8] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[9] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[10] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[11] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[12] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[13] 0 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[14] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[15] 0.001 s
testHasOptionNullDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[16] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[1] 0.003 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[2] 0.002 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[3] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[4] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[5] 0.001 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[6] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[7] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[8] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[9] 0.001 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[10] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[11] 0.001 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[12] 0.001 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[13] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[14] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[15] 0 s
testGetParsedOptionValue(String[], Option, OptionGroup, boolean, Integer, boolean, Integer, Option)[16] 0.001 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[1] 0.002 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[2] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[3] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[4] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[5] 0.001 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[6] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[7] 0.001 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[8] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[9] 0.001 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[10] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[11] 0.001 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[12] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[13] 0.001 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[14] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[15] 0 s
testGetOptionValues(String[], Option, OptionGroup, boolean, String[], boolean, String[], Option)[16] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[1] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[2] 0.001 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[3] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[4] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[5] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[6] 0.001 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[7] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[8] 0.001 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[9] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[10] 0.001 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[11] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[12] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[13] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[14] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[15] 0 s
testHasOptionNoDeprecationHandler(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[16] 0.001 s
testBuilderGet 0 s
testBuilderNullArgs 0 s
testGetOptionsBuilder 0.001 s
testBuilderNullOption 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[1] 0.001 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[2] 0.001 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[3] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[4] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[5] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[6] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[7] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[8] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[9] 0.001 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[10] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[11] 0.001 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[12] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[13] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[14] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[15] 0 s
testHasOption(String[], Option, OptionGroup, boolean, boolean, boolean, boolean, Option)[16] 0.001 s
testGetOptionProperties 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[1] 0.001 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[2] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[3] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[4] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[5] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[6] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[7] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[8] 0.001 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[9] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[10] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[11] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[12] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[13] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[14] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[15] 0 s
testGetParsedOptionValues(String[], Option, OptionGroup, boolean, Integer[], boolean, Integer[], Option)[16] 0.001 s
testGetOptionPropertiesWithOption 0 s
testBuilderBuild 0.001 s
testNullOption 0 s
testBadGetParsedOptionValue 0.001 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[1] 0.001 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[2] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[3] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[4] 0.001 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[5] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[6] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[7] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[8] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[9] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[10] 0.001 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[11] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[12] 0.001 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[13] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[14] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[15] 0 s
testGetOptionValue(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[16] 0.001 s
testGetOptionsCtor 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[1] 0.001 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[2] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[3] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[4] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[5] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[6] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[7] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[8] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[9] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[10] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[11] 0.001 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[12] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[13] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[14] 0.001 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[15] 0 s
testNoDeprecationHandler(String[], Option, OptionGroup, boolean, String, boolean, String, Option)[16] 0.001 s

AlreadySelectedExceptionTest

testConstructor 0 s

BugCLI71Test

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

BugCLI13Test

testCLI13 0 s

BugCLI265Test

testShouldParseShortOptionWithoutValue 0.001 s
testShouldParseShortOptionWithValue 0 s
testShouldParseConcatenatedShortOptions 0 s

ParseExceptionTest

testConstructor 0 s

TypeHandlerTest

testCreateNumber 0 s
testCreateObject 0 s
testCreateClass 0 s
testCreateFiles 0.001 s
testCreateValue(String, Class, Object)[1] 0.001 s
testCreateValue(String, Class, Object)[2] 0 s
testCreateValue(String, Class, Object)[3] 0 s
testCreateValue(String, Class, Object)[4] 0 s
testCreateValue(String, Class, Object)[5] 0.001 s
testCreateValue(String, Class, Object)[6] 0 s
testCreateValue(String, Class, Object)[7] 0 s
testCreateValue(String, Class, Object)[8] 0 s
testCreateValue(String, Class, Object)[9] 0 s
testCreateValue(String, Class, Object)[10] 0.001 s
testCreateValue(String, Class, Object)[11] 0 s
testCreateValue(String, Class, Object)[12] 0 s
testCreateValue(String, Class, Object)[13] 0 s
testCreateValue(String, Class, Object)[14] 0 s
testCreateValue(String, Class, Object)[15] 0 s
testCreateValue(String, Class, Object)[16] 0.001 s
testCreateValue(String, Class, Object)[17] 0 s
testCreateValue(String, Class, Object)[18] 0 s
testCreateValue(String, Class, Object)[19] 0 s
testCreateValue(String, Class, Object)[20] 0 s
testCreateValue(String, Class, Object)[21] 0 s
testCreateValue(String, Class, Object)[22] 0.001 s
testCreateValue(String, Class, Object)[23] 0 s
testCreateValue(String, Class, Object)[24] 0 s
testCreateValue(String, Class, Object)[25] 0 s
testCreateValue(String, Class, Object)[26] 0 s
testCreateValue(String, Class, Object)[27] 0 s
testCreateValue(String, Class, Object)[28] 0.001 s
testCreateValue(String, Class, Object)[29] 0 s
testCreateValue(String, Class, Object)[30] 0 s
testCreateValue(String, Class, Object)[31] 0 s
testCreateValue(String, Class, Object)[32] 0 s
testCreateValue(String, Class, Object)[33] 0 s
testCreateValue(String, Class, Object)[34] 0.001 s
testCreateValue(String, Class, Object)[35] 0 s
testCreateValue(String, Class, Object)[36] 0 s
testCreateValue(String, Class, Object)[37] 0 s
testCreateValue(String, Class, Object)[38] 0 s
testCreateValue(String, Class, Object)[39] 0 s
testCreateValue(String, Class, Object)[40] 0.001 s
testCreateValue(String, Class, Object)[41] 0 s
testCreateValue(String, Class, Object)[42] 0 s
testCreateValue(String, Class, Object)[43] 0 s
testCreateValue(String, Class, Object)[44] 0 s
testCreateValue(String, Class, Object)[45] 0 s
testCreateValue(String, Class, Object)[46] 0.001 s
testCreateValue(String, Class, Object)[47] 0 s
testCreateValue(String, Class, Object)[48] 0 s
testCreateValue(String, Class, Object)[49] 0 s
testCreateValue(String, Class, Object)[50] 0 s
testRegister 0.001 s
testOpenFile 0 s
testCreateValueExistingFile 0 s
testCreateDate(Date)[1] 0.001 s
testCreateDate(Date)[2] 0 s
testCreateDate(Date)[3] 0.001 s
testCreateFile 0.004 s
testCreateURL 0 s
testnstantiableEquals 0 s

SolrCliTest

testOptions 0.001 s

PosixParserTest

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

AptHelpAppendableTest

testAppendTitleTest 0 s
testAppendTableTest 0.001 s
testAppendParagraphTest 0 s
testAppendHeaderTest 0.001 s
testAppendListTest 0 s
testAppendParagraphFormatTest 0 s
testAppendFormatTest 0 s

ValueTest

testLongOptionalArgValuesWithOption(CommandLineParser)[1] 0.001 s
testLongOptionalArgValuesWithOption(CommandLineParser)[2] 0 s
testShortOptionalNArgValuesWithOption 0 s
testShortOptionalArgValues(CommandLineParser)[1] 0 s
testShortOptionalArgValues(CommandLineParser)[2] 0 s
testShortOptionalArgValuesWithOption(CommandLineParser)[1] 0 s
testShortOptionalArgValuesWithOption(CommandLineParser)[2] 0 s
testShortOptionalArgValueWithOption(CommandLineParser)[1] 0 s
testShortOptionalArgValueWithOption(CommandLineParser)[2] 0 s
testLongOptionalArgValue(CommandLineParser)[1] 0 s
testLongOptionalArgValue(CommandLineParser)[2] 0.001 s
testShortOptionalArgNoValue(CommandLineParser)[1] 0 s
testShortOptionalArgNoValue(CommandLineParser)[2] 0 s
testShortNoArgWithOption 0 s
testLongWithArg 0 s
testLongOptionalNArgValuesWithOption(CommandLineParser)[1] 0.001 s
testLongOptionalNArgValuesWithOption(CommandLineParser)[2] 0 s
testLongOptionalNArgValues(CommandLineParser)[1] 0 s
testLongOptionalNArgValues(CommandLineParser)[2] 0 s
testShortWithArgWithOption 0 s
testShortWithArg 0 s
testShortOptionalNArgValuesSeparated 0 s
testLongOptionalArgValueWithOption(CommandLineParser)[1] 0 s
testLongOptionalArgValueWithOption(CommandLineParser)[2] 0 s
testLongOptionalArgValues(CommandLineParser)[1] 0 s
testLongOptionalArgValues(CommandLineParser)[2] 0.001 s
testShortOptionalNArgValues(CommandLineParser)[1] 0 s
testShortOptionalNArgValues(CommandLineParser)[2] 0 s
testLongNoArgWithOption 0 s
testLongOptionalNoValueWithOption(CommandLineParser)[1] 0.001 s
testLongOptionalNoValueWithOption(CommandLineParser)[2] 0 s
testLongNoArg 0 s
testShortNoArg 0 s
testLongOptionalNoValue(CommandLineParser)[1] 0 s
testLongOptionalNoValue(CommandLineParser)[2] 0.001 s
testShortOptionalArgValue(CommandLineParser)[1] 0 s
testShortOptionalArgValue(CommandLineParser)[2] 0 s
testShortOptionalArgNoValueWithOption(CommandLineParser)[1] 0 s
testShortOptionalArgNoValueWithOption(CommandLineParser)[2] 0 s
testLongWithArgWithOption 0 s

OptionValidatorTest

testValidate(String, boolean, String)[1] 0.001 s
testValidate(String, boolean, String)[2] 0 s
testValidate(String, boolean, String)[3] 0 s
testValidate(String, boolean, String)[4] 0 s
testValidate(String, boolean, String)[5] 0 s
testValidate(String, boolean, String)[6] 0 s
testValidate(String, boolean, String)[7] 0 s
testValidate(String, boolean, String)[8] 0 s
testValidate(String, boolean, String)[9] 0 s
testValidate(String, boolean, String)[10] 0.001 s
testValidate(String, boolean, String)[11] 0 s
testValidate(String, boolean, String)[12] 0 s
testValidate(String, boolean, String)[13] 0 s
testValidate(String, boolean, String)[14] 0 s
testValidate(String, boolean, String)[15] 0 s
testValidate(String, boolean, String)[16] 0 s
testValidate(String, boolean, String)[17] 0 s
testValidate(String, boolean, String)[18] 0 s
testValidate(String, boolean, String)[19] 0 s
testValidate(String, boolean, String)[20] 0 s
testValidate(String, boolean, String)[21] 0 s
testValidate(String, boolean, String)[22] 0 s
testValidate(String, boolean, String)[23] 0 s
testValidate(String, boolean, String)[24] 0 s
testValidate(String, boolean, String)[25] 0 s
testValidate(String, boolean, String)[26] 0 s
testValidate(String, boolean, String)[27] 0 s
testValidate(String, boolean, String)[28] 0 s
testValidate(String, boolean, String)[29] 0 s
testValidate(String, boolean, String)[30] 0 s
testValidate(String, boolean, String)[31] 0 s
testValidate(String, boolean, String)[32] 0.001 s
testValidate(String, boolean, String)[33] 0 s
testValidate(String, boolean, String)[34] 0 s
testValidate(String, boolean, String)[35] 0 s
testValidate(String, boolean, String)[36] 0 s
testValidate(String, boolean, String)[37] 0 s
testValidate(String, boolean, String)[38] 0 s
testValidate(String, boolean, String)[39] 0 s
testValidate(String, boolean, String)[40] 0.001 s
testValidate(String, boolean, String)[41] 0 s
testValidate(String, boolean, String)[42] 0 s
testValidate(String, boolean, String)[43] 0 s
testValidate(String, boolean, String)[44] 0 s
testValidate(String, boolean, String)[45] 0 s
testValidate(String, boolean, String)[46] 0 s
testValidate(String, boolean, String)[47] 0 s
testValidate(String, boolean, String)[48] 0 s
testValidate(String, boolean, String)[49] 0.001 s
testValidate(String, boolean, String)[50] 0 s
testValidate(String, boolean, String)[51] 0 s
testValidate(String, boolean, String)[52] 0 s
testValidate(String, boolean, String)[53] 0 s
testValidate(String, boolean, String)[54] 0 s
testValidate(String, boolean, String)[55] 0 s
testValidate(String, boolean, String)[56] 0 s
testValidate(String, boolean, String)[57] 0 s
testValidate(String, boolean, String)[58] 0 s
testValidate(String, boolean, String)[59] 0.001 s
testValidate(String, boolean, String)[60] 0 s
testValidate(String, boolean, String)[61] 0 s
testValidate(String, boolean, String)[62] 0 s
testValidate(String, boolean, String)[63] 0 s
testValidate(String, boolean, String)[64] 0 s
testValidate(String, boolean, String)[65] 0 s
testValidate(String, boolean, String)[66] 0 s
testValidate(String, boolean, String)[67] 0 s
testValidate(String, boolean, String)[68] 0 s
testValidate(String, boolean, String)[69] 0 s
testValidate(String, boolean, String)[70] 0 s
testValidate(String, boolean, String)[71] 0 s
testValidate(String, boolean, String)[72] 0 s
testValidate(String, boolean, String)[73] 0 s
testValidate(String, boolean, String)[74] 0 s
testValidate(String, boolean, String)[75] 0.001 s
testValidate(String, boolean, String)[76] 0 s
testValidate(String, boolean, String)[77] 0 s
testValidate(String, boolean, String)[78] 0 s
testValidate(String, boolean, String)[79] 0 s
testValidate(String, boolean, String)[80] 0 s
testValidate(String, boolean, String)[81] 0 s
testValidate(String, boolean, String)[82] 0 s
testValidate(String, boolean, String)[83] 0 s
testValidate(String, boolean, String)[84] 0 s
testValidate(String, boolean, String)[85] 0 s
testValidate(String, boolean, String)[86] 0 s
testValidate(String, boolean, String)[87] 0 s
testValidate(String, boolean, String)[88] 0 s
testValidate(String, boolean, String)[89] 0 s
testValidate(String, boolean, String)[90] 0 s
testValidate(String, boolean, String)[91] 0 s
testValidate(String, boolean, String)[92] 0.001 s
testValidate(String, boolean, String)[93] 0 s
testValidate(String, boolean, String)[94] 0 s
testValidate(String, boolean, String)[95] 0 s
testValidate(String, boolean, String)[96] 0 s
testValidate(String, boolean, String)[97] 0 s
testValidate(String, boolean, String)[98] 0 s
testValidate(String, boolean, String)[99] 0 s
testValidate(String, boolean, String)[100] 0 s
testValidate(String, boolean, String)[101] 0.001 s
testValidate(String, boolean, String)[102] 0 s
testValidate(String, boolean, String)[103] 0 s
testValidate(String, boolean, String)[104] 0 s
testValidate(String, boolean, String)[105] 0 s
testValidate(String, boolean, String)[106] 0 s
testValidate(String, boolean, String)[107] 0 s
testValidate(String, boolean, String)[108] 0 s
testValidate(String, boolean, String)[109] 0 s
testValidate(String, boolean, String)[110] 0.001 s
testValidate(String, boolean, String)[111] 0 s
testValidate(String, boolean, String)[112] 0 s
testValidate(String, boolean, String)[113] 0 s
testValidate(String, boolean, String)[114] 0 s
testExclusivity 0 s

BugCLI18Test

testCLI18 0 s

OptionTest

testGetValue 0 s
testSerialization 0.004 s
testSubclass 0 s
testProcessValue 0 s
testClear 0.001 s
testClone 0 s
testBuilderDeprecatedBuildEmpty 0 s
testBuilderInvalidOptionName0 0 s
testBuilderInvalidOptionName1 0 s
testBuilderInvalidOptionName2 0 s
testBuilderInvalidOptionName3 0 s
testBuilderInvalidOptionName4 0 s
testAddValue 0 s
testBuilderMethods 0 s
testHasArgs 0 s
testHasArgName 0.001 s
testHashCode 0 s
testBuilderEmpty 0 s
testTypeClass 0 s
testEquals 0 s
testBuilderInsufficientParams1 0 s
testBuilderInsufficientParams2 0.001 s
testTypeObject 0 s

PatternOptionBuilderTest

testSimplePattern 0.056 s
testExistingFilePattern 0.002 s
testURLPattern 0 s
testEmptyPattern 0 s
testClassPattern 0.001 s
testRequiredOption 0.001 s
testExistingFilePatternFileNotExist 0.001 s
testNumberPattern 0.004 s
testUntypedPattern 0 s
testObjectPattern 0.001 s

BugCLI162Test

testInfiniteLoop 0.001 s
testLongLineChunkingIndentIgnored 0 s
testLongLineChunking 0 s
testPrintHelpLongLines 0.001 s

BugCLI266Test

testOptionComparatorInsertedOrder 0 s
testOptionComparatorDefaultOrder 0 s

HelpFormatterTest

testDeprecatedPrintOptionsZeroWidth(int)[1] 0.001 s
testDeprecatedPrintOptionsZeroWidth(int)[2] 0.001 s
testDeprecatedPrintOptionsZeroWidth(int)[3] 0 s
testUsageWithLongOptSeparator 0 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[1] 0.001 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[2] 0 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[3] 0 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[4] 0 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[5] 0 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[6] 0 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[7] 0 s
testPrintDeprecatedOptions(HelpFormatter, Option, String)[8] 0.001 s
testRenderWrappedTextSingleLine 0.261 s
testIndentedHeaderAndFooter 0.001 s
testPrintSortedUsageWithNullComparator 0 s
testAccessors 0 s
testDeprecatedFindWrapPosZeroWidth(int)[1] 0.001 s
testDeprecatedFindWrapPosZeroWidth(int)[2] 0 s
testDeprecatedFindWrapPosZeroWidth(int)[3] 0 s
testRtrim 0 s
testPrintRequiredOptionGroupUsage 0.001 s
testHelpWithLongOptSeparator 0 s
testRenderWrappedTextSingleLinePadded 0 s
testRenderWrappedTextMultiLine 0 s
testPrintUsage 0 s
testPrintSortedUsage 0.001 s
testPrintHelpWithEmptySyntax 0 s
testPrintOptions 0 s
testAutomaticUsage 0 s
testDefaultArgName 0 s
testPrintHelpNewlineFooter 0 s
testPrintHelpNewlineHeader 0.001 s
testRenderWrappedTextWordCut 0 s
testHeaderStartingWithLineSeparator0 0 s
testHeaderStartingWithLineSeparator1 0 s
testOptionWithoutShortFormat 0.001 s
testRenderWrappedTextMultiLinePadded 0 s
testPrintOptionGroupUsage 0 s
testPrintOptionWithEmptyArgNameUsage 0 s
testRenderWrappedTextSingleLinePadded2 0 s
testOptionWithoutShortFormat2 0.001 s
testFindWrapPos 0 s
testRenderSince 0.002 s
testPrintHelpWithSince 0 s

UtilTest

testStripLeadingAndTrailingQuotes 0.010 s
testStripLeadingHyphens 0.001 s

BugCLI148Test

testWorkaround1 0.001 s
testWorkaround2 0 s

BugCLI312Test

testNoOptionValues 0 s
testPropertyStyleOption_withGetOptionProperties 0 s
testPropertyStyleOption_withGetOptions 0.001 s

BugCLI133Test

testOrder 0.001 s

DefaultParserTest

testSimpleLong 0 s
testSimpleShort 0.001 s
testLongOptionQuoteHandling 0.001 s
testOptionalArgsOptionBuilder 0.001 s
testStopBursting2 0 s
testMissingRequiredOption 0.001 s
testShortWithoutEqual 0 s
testReuseOptionsTwice 0.001 s
testMissingRequiredGroup 0 s
testOptionGroupLong 0.001 s
testAmbiguousLongWithoutEqualSingleDash 0 s
testMissingArgWithBursting 0 s
testMissingRequiredOptions 0 s
testShortWithUnexpectedArgument 0 s
testPropertyOverrideValues 0 s
testStopAtNonOptionLong 0 s
testNegativeArgument 0 s
testOptionalArgsOptionDotBuilder 0 s
testStopBursting 0 s
testStopAtUnexpectedArg 0 s
testPartialLongOptionSingleDash 0 s
testOptionGroup 0.001 s
testLongWithoutEqualDoubleDash 0 s
testLongWithoutEqualSingleDash 0 s
testPropertyOptionSingularValue 0 s
testPropertyOptionMultipleValues 0 s
testMissingArg 0.001 s
testPropertyOptionFlags 0 s
testPropertyOptionGroup 0 s
testUnrecognizedOptionWithBursting 0.001 s
testAmbiguousArgParsing 0 s
testMultipleWithLong 0 s
testMultipleWithNull 0 s
testUnrecognizedOption 0 s
testBursting 0 s
testAmbiguousPartialLongOption1 0.001 s
testAmbiguousPartialLongOption2 0 s
testAmbiguousPartialLongOption3 0 s
testAmbiguousPartialLongOption4 0 s
testPropertyOptionUnexpected 0 s
testSingleDash 0.001 s
testShortWithEqual 0 s
testWithRequiredOption 0 s
testUnlimitedArgs 0 s
testNegativeOption 0 s
testPropertyOptionRequired 0 s
testOptionAndRequiredOption 0 s
testLongWithEqualDoubleDash 0 s
testLongWithUnexpectedArgument1 0.001 s
testLongWithUnexpectedArgument2 0 s
testStopAtNonOptionShort 0 s
testLongWithEqualSingleDash 0 s
testUnambiguousPartialLongOption1 0 s
testUnambiguousPartialLongOption2 0.001 s
testUnambiguousPartialLongOption3 0 s
testUnambiguousPartialLongOption4 0 s
testMultiple 0 s
testArgumentStartingWithHyphen 0 s
testPropertiesOption1 0 s
testPropertiesOption2 0 s
testDoubleDash1 0 s
testDoubleDash2 0.001 s
testStopAtExpectedArg 0.001 s
testAmbiguousLongWithoutEqualSingleDash2 0 s
testShortOptionQuoteHandling 0 s
testParseSkipNonHappyPath 0 s
testParseSkipHappyPath 0 s
- Test case handled in the parameterized tests as "DEFAULT behavior" -
testParseIgnoreHappyPath 0 s
testBuilder 0 s
testLegacyStopAtNonOption 0 s
testParseNullOption 0.001 s
testParseIgnoreNonHappyPath 0 s
- Test case handled in the parameterized tests as "DEFAULT behavior" -
testParameterized(String, CommandLineParser, String[], String, String, String)[1] 0.002 s
testParameterized(String, CommandLineParser, String[], String, String, String)[2] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[3] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[4] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[5] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[6] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[7] 0.001 s
testParameterized(String, CommandLineParser, String[], String, String, String)[8] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[9] 0.001 s
testParameterized(String, CommandLineParser, String[], String, String, String)[10] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[11] 0 s
testParameterized(String, CommandLineParser, String[], String, String, String)[12] 0 s
testDeprecated 0.001 s

HelpFormatterTest

testToArgNameTest 0.001 s
verifyOptionGroupingOutput 0 s
testToSyntaxOptionGroupTest 0 s
testPrintHelp 0.001 s
testSetOptionFormatBuilderTest 0 s
testPrintHelpWithIterableOptions 0.001 s
testSyntaxPrefix 0 s
testPrintOptions 0 s
testToSyntaxOptionIterableTest 0 s
testToSyntaxOptionOptionsTest 0 s
testSetOptionGroupSeparatorTest 0 s
testPrintHelpHeader 0.001 s
testSortOptionGroupsTest 0 s
testSortOptionsTest 0 s
testDefault 0 s
testPrintHelpXML 0 s

OptionsTest

testAddOptions2X 0 s
testMissingOptionsException 0 s
testGetMatchingOpts 0 s
testLong 0.001 s
testToString 0 s
testHelpOptions 0 s
testAddOptions 0 s
testMissingOptionException 0 s
testDuplicateSimple 0 s
testAddNonConflictingOptions 0 s
testAddConflictingOptions 0 s
testGetOptionsGroups 0.001 s
testDuplicateLong 0 s
testSimple 0 s
testDeprecated 0 s
testRequiredOptionInGroupShouldNotBeInRequiredList 0 s

ArgumentIsOptionTest

testOptionWithArgument 0.001 s
testOptionAndOptionWithArgument 0 s
testOption 0 s

BasicParserTest

testSimpleLong 0 s
testSimpleShort 0.001 s
testLongOptionQuoteHandling 0 s
testOptionalArgsOptionBuilder 0 s
testMissingRequiredOption 0 s
testReuseOptionsTwice 0 s
testMissingRequiredGroup 0 s
testOptionGroupLong 0 s
testMissingRequiredOptions 0 s
testShortWithUnexpectedArgument 0 s
testPropertyOverrideValues 0 s
testStopAtNonOptionLong 0 s
testNegativeArgument 0.001 s
testOptionalArgsOptionDotBuilder 0 s
testStopAtUnexpectedArg 0 s
testOptionGroup 0 s
testLongWithoutEqualDoubleDash 0 s
testPropertyOptionSingularValue 0 s
testPropertyOptionMultipleValues 0 s
testMissingArg 0 s
testPropertyOptionFlags 0 s
testPropertyOptionGroup 0 s
testAmbiguousArgParsing 0 s
testMultipleWithLong 0 s
testMultipleWithNull 0 s
testUnrecognizedOption 0 s
testPropertyOptionUnexpected 0 s
testSingleDash 0 s
testWithRequiredOption 0 s
testUnlimitedArgs 0 s
testPropertyOptionRequired 0 s
testOptionAndRequiredOption 0 s
testLongWithUnexpectedArgument1 0 s
testLongWithUnexpectedArgument2 0 s
testStopAtNonOptionShort 0 s
testMultiple 0 s
testArgumentStartingWithHyphen 0 s
testDoubleDash1 0.001 s
testStopAtExpectedArg 0 s
testShortOptionQuoteHandling 0 s
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser (CLI-184) -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -
- not supported by the BasicParser -

OptionBuilderTest

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

TextHelpAppendableTest

testAppendParagraph 0.001 s
testAppendParagraphFormat 0 s
testAdjustTableFormat 0 s
testWriteColumnQueues 0.001 s
testPrintWrapped 0 s
testGetStyleBuilder 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[1] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[2] 0.001 s
testindexOfWrapPosWithWhitespace(Character, boolean)[3] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[4] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[5] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[6] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[7] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[8] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[9] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[10] 0.001 s
testindexOfWrapPosWithWhitespace(Character, boolean)[11] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[12] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[13] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[14] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[15] 0 s
testindexOfWrapPosWithWhitespace(Character, boolean)[16] 0 s
testMakeColumnQueueWithMultipleTrailingLineBreaks 0 s
testMakeColumnQueue 0.001 s
testSetIndent 0 s
testindexOfWrapPos 0 s
testAppend 0 s
testAppendList 0 s
testResize 0 s
testAppendTable 0.001 s
testAppendTitle 0 s
testResizeTableFormat 0 s
testAppendHeader 0 s

XhtmlHelpAppendableTest

testAppendTitleTest 0.010 s
testAppendTableTest 0.005 s
testAppendParagraphTest 0 s
testAppendHeaderTest 0 s
testAppendListTest 0.001 s
testAppendParagraphFormatTest 0.003 s

DisablePartialMatchingTest

testDisablePartialMatching 0 s
testRegularPartialMatching 0 s

BugCLI325Test

testCli325 0 s

GnuParserTest

testSimpleLong 0 s
testSimpleShort 0 s
testLongOptionQuoteHandling 0 s
testOptionalArgsOptionBuilder 0 s
testMissingRequiredOption 0 s
testShortWithoutEqual 0 s
testReuseOptionsTwice 0 s
testMissingRequiredGroup 0 s
testOptionGroupLong 0 s
testLongOptionWithEqualsQuoteHandling 0 s
testMissingRequiredOptions 0 s
testPropertyOverrideValues 0.001 s
testStopAtNonOptionLong 0 s
testNegativeArgument 0 s
testOptionalArgsOptionDotBuilder 0 s
testStopAtUnexpectedArg 0 s
testOptionGroup 0 s
testLongWithoutEqualDoubleDash 0 s
testPropertyOptionSingularValue 0 s
testPropertyOptionMultipleValues 0 s
testMissingArg 0.001 s
testPropertyOptionFlags 0 s
testPropertyOptionGroup 0 s
testAmbiguousArgParsing 0 s
testMultipleWithLong 0 s
testMultipleWithNull 0 s
testUnrecognizedOption 0 s
testPropertyOptionUnexpected 0 s
testSingleDash 0 s
testShortWithEqual 0 s
testWithRequiredOption 0 s
testUnlimitedArgs 0 s
testPropertyOptionRequired 0 s
testOptionAndRequiredOption 0 s
testLongWithEqualDoubleDash 0 s
testStopAtNonOptionShort 0 s
testLongWithEqualSingleDash 0 s
testShortOptionConcatenatedQuoteHandling 0 s
testMultiple 0 s
testArgumentStartingWithHyphen 0.001 s
testPropertiesOption1 0 s
testPropertiesOption2 0 s
testDoubleDash1 0 s
testStopAtExpectedArg 0 s
testShortOptionQuoteHandling 0 s
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser (CLI-184) -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -
- not supported by the GnuParser -

DeprecatedAttributesTest

testDefaultToString 0 s
testBuilderNonDefaults 0 s
testDefaultBuilder 0 s
testBuilderNonDefaultsToString 0 s

BugsTest

test13666_Builder 0 s
test11456 0 s
test11457 0 s
test11458 0 s
test11680 0.001 s
test12210 0 s
test13425 0 s
test13666 0 s
test13935 0 s
test14786 0.001 s
test15046 0 s
test15648 0 s
test31148 0 s

MissingOptionExceptionTest

testGetMissingOptions 0 s
testGetMessage 0 s

OptionGroupTest

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

SolrCreateToolTest

testHelpFormatter 0.001 s
testHelpFormatterDeprecated 0 s

ValuesTest

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

ConverterTests

testUrl 0.060 s
testClass 0 s
testDate 0.001 s
testFile 0 s
testNumber(String, Number)[1] 0 s
testNumber(String, Number)[2] 0 s
testNumber(String, Number)[3] 0 s
testNumber(String, Number)[4] 0 s
testNumber(String, Number)[5] 0 s
testNumber(String, Number)[6] 0 s
testNumber(String, Number)[7] 0.001 s
testNumber(String, Number)[8] 0 s
testNumber(String, Number)[9] 0 s
testObject 0 s

UtilTest

testRtrim(Character, boolean)[1] 0.001 s
testRtrim(Character, boolean)[2] 0 s
testRtrim(Character, boolean)[3] 0 s
testRtrim(Character, boolean)[4] 0 s
testRtrim(Character, boolean)[5] 0 s
testRtrim(Character, boolean)[6] 0 s
testRtrim(Character, boolean)[7] 0 s
testRtrim(Character, boolean)[8] 0 s
testRtrim(Character, boolean)[9] 0 s
testRtrim(Character, boolean)[10] 0 s
testRtrim(Character, boolean)[11] 0 s
testRtrim(Character, boolean)[12] 0 s
testRtrim(Character, boolean)[13] 0 s
testRtrim(Character, boolean)[14] 0 s
testRtrim(Character, boolean)[15] 0 s
testRtrim(Character, boolean)[16] 0.001 s
testFindNonWhitespacePos 0 s
testFindNonWhitespacePos(Character, boolean)[1] 0 s
testFindNonWhitespacePos(Character, boolean)[2] 0 s
testFindNonWhitespacePos(Character, boolean)[3] 0 s
testFindNonWhitespacePos(Character, boolean)[4] 0 s
testFindNonWhitespacePos(Character, boolean)[5] 0 s
testFindNonWhitespacePos(Character, boolean)[6] 0 s
testFindNonWhitespacePos(Character, boolean)[7] 0 s
testFindNonWhitespacePos(Character, boolean)[8] 0 s
testFindNonWhitespacePos(Character, boolean)[9] 0 s
testFindNonWhitespacePos(Character, boolean)[10] 0 s
testFindNonWhitespacePos(Character, boolean)[11] 0 s
testFindNonWhitespacePos(Character, boolean)[12] 0 s
testFindNonWhitespacePos(Character, boolean)[13] 0 s
testFindNonWhitespacePos(Character, boolean)[14] 0 s
testFindNonWhitespacePos(Character, boolean)[15] 0 s
testFindNonWhitespacePos(Character, boolean)[16] 0 s
testIsEmpty 0 s

TextStyleTests

testPad(TextStyle, String, String)[1] 0.001 s
testPad(TextStyle, String, String)[2] 0 s
testPad(TextStyle, String, String)[3] 0 s
testPad(TextStyle, String, String)[4] 0 s
testPad(TextStyle, String, String)[5] 0 s
testPad(TextStyle, String, String)[6] 0 s
testPad(TextStyle, String, String)[7] 0.001 s
testPad(TextStyle, String, String)[8] 0 s
testPad(TextStyle, String, String)[9] 0 s
testPad(TextStyle, String, String)[10] 0 s
testPad(TextStyle, String, String)[11] 0 s
testPad(TextStyle, String, String)[12] 0 s
testDefaultStyle 0 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
testLongOptionWithEqualsQuoteHandling
- skipped: Test case handled in the parameterized tests as "DEFAULT behavior"
testShortOptionConcatenatedQuoteHandling
- skipped: Test case handled in the parameterized tests as "DEFAULT behavior"
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

Copyright © 2002-2025 The Apache Software Foundation. All Rights Reserved.

Apache Commons, Apache Commons CLI, Apache, the Apache logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.

AltStyle によって変換されたページ (->オリジナル) /