C# Класс ArgsTests.BasicTests

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

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

Метод Описание
ArgParserThrowsOnDuplicateArgumentUsingSlashColonFormat ( ) : void
ArgParserThrowsOnDuplicateNamedArguments ( ) : void
ArgParserThrowsOnUnexpectedArgument ( ) : void
ArgReviversReviveEnumThrowsOnInvalidValue ( ) : void
ArgReviversReviveEnumThrowsOnInvalidValueInFlagList ( ) : void
ArgsThrowsOnDuplicateMixedCaseNamedArguments ( ) : void
ArgsThrowsOnUnexpectedNamedArgument ( ) : void
ArgsThrowsOnUnexpectedPositionalArgument ( ) : void
AssertConversion ( string commandLine ) : void
TestArgDefaultValue ( ) : void
TestArgWithValueThatStartsWithIndicator ( ) : void
TestBasicUsage ( ) : void
TestBasicUsageWithNoExeNameThrows ( ) : void
TestBasicUsageWithPositioning ( ) : void
TestConvert1 ( ) : void
TestConvert2 ( ) : void
TestConvert3 ( ) : void
TestConvert4 ( ) : void
TestConvert5 ( ) : void
TestConvert6 ( ) : void
TestConvert7 ( ) : void
TestConvert8 ( ) : void
TestCustomReviver ( ) : void
TestEnum ( ) : void
TestEnumCaseSensitivity ( ) : void
TestEnumWithFlagValues ( ) : void
TestEnumWithFlags ( ) : void
TestEnumWithValues ( ) : void
TestEnumWithValuesPreAggregated ( ) : void
TestInitializeDefaults ( ) : void
TestManualReviverRegistration ( ) : void
TestOverrideDefaultReviver ( ) : void
TestPositionArgsMixed ( ) : void
TestPositionArgsPS ( ) : void
TestPositionArgsSC ( ) : void
TestPowerShellStyle ( ) : void
TestPowerShellStyleWeak ( ) : void
TestProductMetadataFields ( ) : void
TestRevivalFailure ( ) : void
TestSingleElementInArray ( ) : void
TestSingleElementInList ( ) : void
TestSlashColonStyle ( ) : void
TestSwitch ( ) : void
TestSwitchWithFalseValueSpecified ( ) : void
TestSwitchWithTrueValueSpecified ( ) : void
TestSwitchWithZeroValueSpecified ( ) : void
UnexpectedArgumentExceptionInheritsFromArgException ( ) : void