public class TestCommandlineParser
extends TestCase
Constructor and Description |
---|
TestCommandlineParser() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testCommandAllowedOnlyOnceAndRemainderAreScriptArgs() |
void |
testCommandExtractScript() |
void |
testCommandTakesOneArgument() |
void |
testHelpDoesNotRunIntepreter() |
void |
testParsing() |
void |
testParsingWithDashDash() |
public void setUp()
public void testParsing()
public void testParsingWithDashDash()
public void testHelpDoesNotRunIntepreter()
public void testCommandTakesOneArgument()
public void testCommandAllowedOnlyOnceAndRemainderAreScriptArgs()
public void testCommandExtractScript()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.