C# Class ArgsTests.ModelTests

显示文件 Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
TestConflictingOverride ( Action variation, string errorMessageExpectedContents ) : void

Private Methods

Method Description
TestConflictingAliasDefinitions ( ) : void
TestConflictingDefaultValueOverride ( ) : void
TestConflictingDescriptionOverride ( ) : void
TestConflictingIgnoreCaseOverride ( ) : void
TestConflictingIsRequiredOverride ( ) : void
TestConflictingPositionOverride ( ) : void
TestEmptyModel ( ) : void
TestModelDrivenUsage ( ) : void
TestModeledAction ( ) : void
TestPowerArgsRichCommandLineReaderFindContextualAction ( ) : void
TestPowerArgsRichCommandLineReaderFindContextualArgument ( ) : void
TestPowerArgsRichCommandLineReaderFindCurrentTokenArgument ( ) : void
TestSimpleModel ( ) : void
TestSimpleModelWithSimpleValidator ( ) : void
TestTheTestIsValidAndRevivableMethod ( ) : void
ValidateNoDanglingAttributes ( ) : void

Method Details

TestConflictingOverride() public method

public TestConflictingOverride ( Action variation, string errorMessageExpectedContents ) : void
variation Action
errorMessageExpectedContents string
return void