コード例 #1
0
ファイル: Domain.cs プロジェクト: gdirlam/BathProducts
 public void CacheSettoOff()
 {
     //if the application is caching, certain test may yeild inconclusive results.
     Line line = new Line();
     Assert.AreEqual(line.CacheStatus(), false);
 }