public void TestInitialize() { _testFilesPath = Path.GetFullPath(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"..\..\..\TestFiles")); _mockLog = new MockLog(); }
public void TestInitialize() { _mockLog = new MockLog(); _testFilesPath = _mockLog.GetTestFilesPath(); }