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