C# Class Deveel.Configuration.ParserTestCase

Datei anzeigen Open project: deveel/deveel-cli

Protected Properties

Property Type Description
options Options
parser Parser

Public Methods

Method Description
ParserTestCase ( ParserStyle style ) : System

Private Methods

Method Description
ArgumentStartingWithHyphen ( ) : void
DoubleDash ( ) : void
LongWithEqual ( ) : void
LongWithEqualSingleDash ( ) : void
MissingArg ( ) : void
Multiple ( ) : void
MultipleWithLong ( ) : void
NegativeArgument ( ) : void
PropertiesOption ( ) : void
SetUp ( ) : void
ShortWithEqual ( ) : void
ShortWithoutEqual ( ) : void
SimpleLong ( ) : void
SimpleShort ( ) : void
SingleDash ( ) : void
StopAtExpectedArg ( ) : void
StopAtNonOptionLong ( ) : void
StopAtNonOptionShort ( ) : void
StopAtUnexpectedArg ( ) : void
UnrecognizedOption ( ) : void

Method Details

ParserTestCase() public method

public ParserTestCase ( ParserStyle style ) : System
style ParserStyle
return System

Property Details

options protected_oe property

protected Options,Deveel.Configuration options
return Options

parser protected_oe property

protected Parser,Deveel.Configuration parser
return Parser