CClash.Tests.FileCacheTest.Test1CacheSetup C# (CSharp) Method

Test1CacheSetup() private method

private Test1CacheSetup ( string folder ) : void
folder string
return void
        public void Test1CacheSetup(string folder)
        {
            using (var fc = FileCacheStore.Load(folder))
            {
                Assert.IsTrue(Directory.Exists(fc.FolderPath));
            }
        }