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.Exception
public void testDefaults() throws java.lang.Exception
java.lang.Exception
public void testMultipleUses() throws java.lang.Exception
java.lang.Exception
public void testCombinedFlags() throws java.lang.Exception
java.lang.Exception
public void testExplictlyTerminatedOptions() throws java.lang.Exception
java.lang.Exception
public void testGetOptionValues() throws java.lang.Exception
java.lang.Exception
public void testBadFormat() throws java.lang.Exception
java.lang.Exception
public void testResetBetweenParse() throws java.lang.Exception
java.lang.Exception
public void testLocale() throws java.lang.Exception
java.lang.Exception
public void testDetachedOption() throws java.lang.Exception
java.lang.Exception
public void testMissingValueForStringOption() throws java.lang.Exception
java.lang.Exception
Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.