CClash.Tests.CompilerCacheTest.Down C# (CSharp) Метод

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

private Down ( ) : void
Результат void
        public void Down()
        {
            Environment.SetEnvironmentVariable("CCLASH_DIR", null);
            Environment.CurrentDirectory = "c:\\";
            if (System.IO.Directory.Exists(System.IO.Path.Combine( CClashTestsFixtureSetup.InitialDir, CacheFolderName)))
            {
                System.IO.Directory.Delete(System.IO.Path.Combine(CClashTestsFixtureSetup.InitialDir, CacheFolderName), true);
            }
                        
        }