jargs.test.gnu

Class CmdLineParserTestCase


public class CmdLineParserTestCase
extends TestCase

Constructor Summary

CmdLineParserTestCase(String name)

Method Summary

void
testBadFormat()
void
testCombinedFlags()
void
testDefaults()
void
testDetachedOption()
void
testExplictlyTerminatedOptions()
void
testGetOptionValues()
void
testLocale()
void
testMissingValueForStringOption()
void
testMultipleUses()
void
testResetBetweenParse()
void
testStandardOptions()

Constructor Details

CmdLineParserTestCase

public CmdLineParserTestCase(String name)

Method Details

testBadFormat

public void testBadFormat()
            throws Exception

testCombinedFlags

public void testCombinedFlags()
            throws Exception

testDefaults

public void testDefaults()
            throws Exception

testDetachedOption

public void testDetachedOption()
            throws Exception

testExplictlyTerminatedOptions

public void testExplictlyTerminatedOptions()
            throws Exception

testGetOptionValues

public void testGetOptionValues()
            throws Exception

testLocale

public void testLocale()
            throws Exception

testMissingValueForStringOption

public void testMissingValueForStringOption()
            throws Exception

testMultipleUses

public void testMultipleUses()
            throws Exception

testResetBetweenParse

public void testResetBetweenParse()
            throws Exception

testStandardOptions

public void testStandardOptions()
            throws 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.