Package jargs.test.gnu
Class CmdLineParserTestCase
- java.lang.Object
-
- TestCase
-
- jargs.test.gnu.CmdLineParserTestCase
-
public class CmdLineParserTestCase extends TestCase
-
-
Constructor Summary
Constructors Constructor Description CmdLineParserTestCase(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBadFormat()
void
testCombinedFlags()
void
testDefaults()
void
testDetachedOption()
void
testExplictlyTerminatedOptions()
void
testGetOptionValues()
void
testLocale()
void
testMissingValueForStringOption()
void
testMultipleUses()
void
testResetBetweenParse()
void
testStandardOptions()
-