Esempio n. 1
0
 public void TestMethodGetTestFilesPath()
 {
     Assert.AreEqual(_testFilesPath, _mockLog.GetTestFilesPath());
 }
Esempio n. 2
0
 public void TestInitialize()
 {
     _mockLog       = new MockLog();
     _testFilesPath = _mockLog.GetTestFilesPath();
 }