Example #1
0
 public void TestFixtureTearDown()
 {
     Directory.Delete(_cache.GetCachePath(), recursive: true);
 }
Example #2
0
 public void Sanity()
 {
     Assert.IsInstanceOf <NetFileCache>(cache);
     Assert.IsTrue(Directory.Exists(cache.GetCachePath()));
 }