C# Класс AppHarbor.Tests.CommandDispatcherTest

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

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

Метод Описание
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