APD.IntegrationTests.VCS.Git.When_I_want_to_use_the_git_plugin_Context.TearDown C# (CSharp) Method

TearDown() public method

public TearDown ( ) : void
return void
        public void TearDown()
        {
            Debug.WriteLine("tore down");
        }
When_I_want_to_use_the_git_plugin_Context