C# Class ArgsTests.ModelTests

Afficher le fichier Open project: adamabdelhamed/PowerArgs

Méthodes publiques

Méthode Description
TestConflictingOverride ( Action variation, string errorMessageExpectedContents ) : void

Private Methods

Méthode 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 méthode

public TestConflictingOverride ( Action variation, string errorMessageExpectedContents ) : void
variation Action
errorMessageExpectedContents string
Résultat void