public class GnuParserTest extends ParserTestCase
options, parser| Constructor and Description |
|---|
GnuParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testAmbiguousLongWithoutEqualSingleDash() |
void |
testAmbiguousPartialLongOption1() |
void |
testAmbiguousPartialLongOption2() |
void |
testAmbiguousPartialLongOption3() |
void |
testAmbiguousPartialLongOption4() |
void |
testBursting() |
void |
testDoubleDash2() |
void |
testLongWithoutEqualSingleDash() |
void |
testLongWithUnexpectedArgument1() |
void |
testLongWithUnexpectedArgument2() |
void |
testMissingArgWithBursting() |
void |
testNegativeOption() |
void |
testPartialLongOptionSingleDash() |
void |
testShortWithUnexpectedArgument() |
void |
testStopBursting() |
void |
testStopBursting2() |
void |
testUnambiguousPartialLongOption1() |
void |
testUnambiguousPartialLongOption2() |
void |
testUnambiguousPartialLongOption3() |
void |
testUnambiguousPartialLongOption4() |
void |
testUnrecognizedOptionWithBursting() |
testArgumentStartingWithHyphen, testDoubleDash1, testLongWithEqualDoubleDash, testLongWithEqualSingleDash, testLongWithoutEqualDoubleDash, testMissingArg, testMissingRequiredGroup, testMissingRequiredOption, testMissingRequiredOptions, testMultiple, testMultipleWithLong, testNegativeArgument, testOptionAndRequiredOption, testOptionGroup, testOptionGroupLong, testPropertiesOption1, testPropertiesOption2, testPropertyOptionFlags, testPropertyOptionGroup, testPropertyOptionMultipleValues, testPropertyOptionRequired, testPropertyOptionSingularValue, testPropertyOptionUnexpected, testPropertyOverrideValues, testReuseOptionsTwice, testShortWithEqual, testShortWithoutEqual, testSimpleLong, testSimpleShort, testSingleDash, testStopAtExpectedArg, testStopAtNonOptionLong, testStopAtNonOptionShort, testStopAtUnexpectedArg, testUnlimitedArgs, testUnrecognizedOption, testWithRequiredOptionpublic GnuParserTest()
public void setUp()
setUp in class ParserTestCasepublic void testDoubleDash2() throws Exception
testDoubleDash2 in class ParserTestCaseExceptionpublic void testLongWithoutEqualSingleDash() throws Exception
testLongWithoutEqualSingleDash in class ParserTestCaseExceptionpublic void testAmbiguousLongWithoutEqualSingleDash() throws Exception
testAmbiguousLongWithoutEqualSingleDash in class ParserTestCaseExceptionpublic void testNegativeOption() throws Exception
testNegativeOption in class ParserTestCaseExceptionpublic void testLongWithUnexpectedArgument1() throws Exception
testLongWithUnexpectedArgument1 in class ParserTestCaseExceptionpublic void testLongWithUnexpectedArgument2() throws Exception
testLongWithUnexpectedArgument2 in class ParserTestCaseExceptionpublic void testShortWithUnexpectedArgument() throws Exception
testShortWithUnexpectedArgument in class ParserTestCaseExceptionpublic void testUnambiguousPartialLongOption1() throws Exception
testUnambiguousPartialLongOption1 in class ParserTestCaseExceptionpublic void testUnambiguousPartialLongOption2() throws Exception
testUnambiguousPartialLongOption2 in class ParserTestCaseExceptionpublic void testUnambiguousPartialLongOption3() throws Exception
testUnambiguousPartialLongOption3 in class ParserTestCaseExceptionpublic void testUnambiguousPartialLongOption4() throws Exception
testUnambiguousPartialLongOption4 in class ParserTestCaseExceptionpublic void testAmbiguousPartialLongOption1() throws Exception
testAmbiguousPartialLongOption1 in class ParserTestCaseExceptionpublic void testAmbiguousPartialLongOption2() throws Exception
testAmbiguousPartialLongOption2 in class ParserTestCaseExceptionpublic void testAmbiguousPartialLongOption3() throws Exception
testAmbiguousPartialLongOption3 in class ParserTestCaseExceptionpublic void testAmbiguousPartialLongOption4() throws Exception
testAmbiguousPartialLongOption4 in class ParserTestCaseExceptionpublic void testPartialLongOptionSingleDash() throws Exception
testPartialLongOptionSingleDash in class ParserTestCaseExceptionpublic void testBursting() throws Exception
testBursting in class ParserTestCaseExceptionpublic void testUnrecognizedOptionWithBursting() throws Exception
testUnrecognizedOptionWithBursting in class ParserTestCaseExceptionpublic void testMissingArgWithBursting() throws Exception
testMissingArgWithBursting in class ParserTestCaseExceptionpublic void testStopBursting() throws Exception
testStopBursting in class ParserTestCaseExceptionpublic void testStopBursting2() throws Exception
testStopBursting2 in class ParserTestCaseExceptionCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.