public class CmdLineParserTestCase
extends TestCase
| Constructor and Description |
|---|
CmdLineParserTestCase(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
testBadFormat() |
void |
testCombinedFlags() |
void |
testDefaults() |
void |
testDetachedOption() |
void |
testExplictlyTerminatedOptions() |
void |
testGetOptionValues() |
void |
testLocale() |
void |
testMissingValueForStringOption() |
void |
testMultipleUses() |
void |
testResetBetweenParse() |
void |
testStandardOptions() |
public void testStandardOptions()
throws java.lang.Exception
java.lang.Exceptionpublic void testDefaults()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultipleUses()
throws java.lang.Exception
java.lang.Exceptionpublic void testCombinedFlags()
throws java.lang.Exception
java.lang.Exceptionpublic void testExplictlyTerminatedOptions()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetOptionValues()
throws java.lang.Exception
java.lang.Exceptionpublic void testBadFormat()
throws java.lang.Exception
java.lang.Exceptionpublic void testResetBetweenParse()
throws java.lang.Exception
java.lang.Exceptionpublic void testLocale()
throws java.lang.Exception
java.lang.Exceptionpublic void testDetachedOption()
throws java.lang.Exception
java.lang.Exceptionpublic void testMissingValueForStringOption()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.