C# 클래스 ArgsTests.ModelTests

파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
TestConflictingOverride ( Action variation, string errorMessageExpectedContents ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

TestConflictingOverride() 공개 메소드

public TestConflictingOverride ( Action variation, string errorMessageExpectedContents ) : void
variation Action
errorMessageExpectedContents string
리턴 void