Exemple #1
0
 public void ClearCacheTest()
 {
     YAFDB target = new YAFDB(); // TODO: Initialize to an appropriate value
     bool expected = true; // TODO: Initialize to an appropriate value
     bool actual;
     actual = target.ClearCache();
     Assert.AreEqual(expected, actual);
     //Assert.Inconclusive("Verify the correctness of this test method.");
 }
 private static void CacheClear()
 {
     YAFDB db = new YAFDB();
     Debug.WriteLine(db.ClearCache().ToString());
 }