APD.IntegrationTests.VCS.Git.When_I_want_to_use_the_git_plugin_Context.Setup C# (CSharp) Метод

Setup() приватный Метод

private Setup ( ) : void
Результат 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