C# Class AppHarbor.Tests.CommandDispatcherTest

Datei anzeigen Open project: appharbor/appharbor-cli

Private Methods

Method Description
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