C# Класс Bonobo.Git.Server.Test.Integration.ClAndWeb.MsysgitIntegrationTests

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

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

Метод Описание
AllowAnonRepoClone ( System.Guid repo, bool allow ) : void
AnonRepoClone ( ) : void
AnyCredentialHelperExists ( GitInstance git ) : bool
CanNavigateIntoBranchesFolder ( ) : void
CheckTagLinksWorkInViews ( ) : void
ClassInit ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
Cleanup ( ) : void
CloneEmptyRepositoryWithCredentials ( GitInstance git ) : void
CloneRepoAnon ( GitInstance git, bool success ) : void
CloneRepository ( GitInstance git ) : void
CreateAndAddFiles ( GitInstance git ) : void
CreateAndAddTestFiles ( GitInstance git, int count ) : void
CreateAndPushFiles ( GitInstance git ) : void
CreateIdentity ( GitInstance git ) : void
CreateRandomFile ( string fileName, int sizeInMb ) : void
ForAllGits ( Action action ) : void

Helper to run a test for every installed Git instance

InitAndPullRepository ( GitInstance git ) : void
InitAndPushRepository ( GitInstance git ) : void
InitRepository ( GitInstance git ) : void
Initialize ( ) : void
LinkifyGlobalWorks ( ) : void
LinkifyRepoOverridesGlobal ( ) : void
LinkifyRepoRegexEmptyGeneratesNoLinks ( ) : void
NamedPushToAnonRepo ( ) : void
NoDeadlockOnLargeOutput ( ) : void
PullBranch ( GitInstance git ) : void
PullTag ( GitInstance git ) : void
PushBranch ( GitInstance git ) : void
PushFiles ( GitInstance git, bool success ) : void
PushTag ( GitInstance git ) : void
PushToCreateIsAllowedIfOptionIsSet ( ) : void
PushToCreateIsNotNormallyAllowed ( ) : void
RepoAnonPushNoOverridesGlobalSettings ( ) : void
RepoAnonPushRespectsGlobalSettings ( ) : void
RepoAnonPushYesOverridesGlobalSettings ( ) : void
RunGit ( GitInstance git, string arguments, string workingDirectory, int timeout = 30000 ) : Bonobo.Git.Server.Test.IntegrationTests.GitResult
RunGitOnRepo ( GitInstance git, string arguments, int timeout = 30000 ) : Bonobo.Git.Server.Test.IntegrationTests.GitResult
RunGitTests ( ) : void
SetAnonPush ( bool allowAnonymousPush ) : void
SetGlobalAnonPush ( GitInstance git, bool allowAnonymousPush ) : void
SetRepoPushTo ( System.Guid repo_id, RepositoryPushMode repositoryPushStatus ) : void