C# 클래스 AppHarbor.Tests.CommandDispatcherTest

파일 보기 프로젝트 열기: appharbor/appharbor-cli

비공개 메소드들

메소드 설명
ShouldDispatchAliasCommandWithParameter ( string commandArgument, string alias, string commandParameter, [ typeNameMatcher, [ aliasMatcher, [ kernel, Mock command, CommandDispatcher commandDispatcher ) : void
ShouldDispatchCommandWithParameter ( string commandArgument, string scope, string commandName, string commandParameter, [ typeNameMatcher, [ kernel, Mock command, CommandDispatcher commandDispatcher ) : void
ShouldDispatchCommandWithoutParameters ( string commandArgument, string scope, string commandName, [ typeNameMatcher, [ kernel, Mock command, CommandDispatcher commandDispatcher ) : void
ShouldDispatchHelpWhenNoCommand ( [ typeNameMatcher, [ kernel, Mock command, CommandDispatcher commandDispatcher ) : void
ShouldThrowDispatcherExceptionOnApiException ( string commandArgument, [ typeNameMatcher, [ kernel, Mock command, CommandDispatcher commandDispatcher ) : void
ShouldThrowIfNoTypeMatcherAreSatisfied ( string commandArgument, [ typeNameMatcher, [ aliasMatcher, CommandDispatcher commandDispatcher ) : void