C# Class AppHarbor.Tests.GitRepositoryConfigurerTest

Datei anzeigen Open project: appharbor/appharbor-cli

Private Methods

Method Description
GetRepositoryUrl ( string id, User user ) : string
ShouldAskForGitInitializationAndThrowIfNotWanted ( [ gitCommand, [ reader, [ writer, GitRepositoryConfigurer repositoryConfigurer, string id, User user ) : void
ShouldInitializeRepositoryIfUserWantIt ( [ fileSystem, [ reader, [ writer, [ gitCommand, GitRepositoryConfigurer repositoryConfigurer, string id, User user ) : void
ShouldReturnApplicationIdIfAppHarborRemoteExists ( [ gitCommand, GitRepositoryConfigurer repositoryConfigurer, string id ) : void
ShouldThrowExceptionIfGitRemoteCantBeAdded ( [ gitCommand, GitRepositoryConfigurer repositoryConfigurer, string id, User user ) : void
ShouldThrowIfGitIsNotInstalled ( [ gitCommand, GitRepositoryConfigurer repositoryConfigurer, string id, User user ) : void
ShouldThrowIfRemovingRemoteIsUnsuccessful ( [ gitCommand, GitRepositoryConfigurer repositoryConfigurer ) : void
ShouldTryAndSetUpGitRemoteIfPossible ( [ gitCommand, [ writer, GitRepositoryConfigurer repositoryConfigurer, User user, string id ) : void