C# Class AppHarbor.Tests.Commands.CreateAppCommandTest

Datei anzeigen Open project: appharbor/appharbor-cli

Private Methods

Method Description
ShouldCreateApplicationWithOnlyName ( [ client, CreateAppCommand command ) : void
ShouldNotSetupApplicationIfAlreadyConfigured ( [ applicationConfiguration, [ writer, CreateAppCommand command, string arguments, string applicationName ) : void
ShouldPrintSuccessMessageAfterCreatingApplication ( [ client, [ writer, Mock command, string applicationName, string applicationSlug ) : void
ShouldSetRegionIsSpecified ( [ client, [ writer, Mock command, string regionName, string applicationSlug ) : void
ShouldSetupApplicationLocallyAfterCreationIfNotConfigured ( [ applicationConfiguration, [ client, CreateAppCommand command, AppHarbor.Model.CreateResult result, User user, string arguments ) : void
ShouldThrowWhenNoArguments ( CreateAppCommand command ) : void