APD.IntegrationTests.VCS.Git.When_I_want_to_use_the_git_plugin_Context.Setup C# (CSharp) Méthode

Setup() private méthode

private Setup ( ) : void
Résultat void
        public void Setup()
        {
            reposDir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "Smeedee_git_plugin");
            repositoryUrl = "git://github.com/flyrev/Smeedee_git_plugin.git";
        }
When_I_want_to_use_the_git_plugin_Context