C# Класс Antmicro.OptionsParser.Tests.ParserTests

Показать файл Открыть проект

Приватные методы

Метод Описание
ShoulNotParseOnMissingRequiredPositionalValues ( ) : void
ShouldAcceptExpectedValues ( ) : void
ShouldDetectLongSwitch ( ) : void
ShouldDetectOptionHavingBothShortAndLongName ( ) : void
ShouldDetectShortSwitch ( ) : void
ShouldDetectUnexpectedLongSwitch ( ) : void
ShouldDetectUnexpectedShortSwitch ( ) : void
ShouldDetectedUnexpectedShortSwitchWithValue ( ) : void
ShouldHandleIntOptionWithDefaultValueFollowedByString ( ) : void
ShouldHandleMultipleOccurencesOfArgument ( ) : void
ShouldNotParseAfterDoubleHyphen ( ) : void
ShouldNotRecreatedParsedValue ( ) : void
ShouldParseEnum ( ) : void
ShouldParseEnumPositionalArgument ( ) : void
ShouldParseLongSwitchWithStringWithAssignmentOperator ( ) : void
ShouldParseLongSwitchWithValue ( ) : void
ShouldParseOptionValueWithHyphen ( ) : void
ShouldParseOptionWithMultipleValues ( ) : void
ShouldParseOptionWithMultipleValuesWithDefaultDelimiterValue ( ) : void
ShouldParseOptionWithSpacesInValue ( ) : void
ShouldParsePositionalValues ( ) : void
ShouldParseShortOptionWithSeparatedValue ( ) : void
ShouldParseShortSwitchWithStringValue ( ) : void
ShouldParseShortSwitchWithValue ( ) : void
ShouldRecreateMixedShortFlag ( ) : void
ShouldRecreateUnparsedArguments ( ) : void
ShouldRemoveEmptyShortFlagPrefix ( ) : void
ShouldSetShortSwitchInClass ( ) : void
ShouldThrowAnExceptionForLongOptionRequiringValueWhenThereIsNone ( ) : void
ShouldThrowAnExceptionForShortOptionRequiringValueWhenThereIsNone ( ) : void
ShouldThrowAnExceptionOnUnexpectedMultipleOccurencesOfArgument ( ) : void