Example #1
0
 public void CacheSettoOff()
 {
     //if the application is caching, certain test may yeild inconclusive results.
     Line line = new Line();
     Assert.AreEqual(line.CacheStatus(), false);
 }