Beispiel #1
0
        public void TestInitialize()
        {
            _testFilesPath = Path.GetFullPath(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"..\..\..\TestFiles"));

            _mockLog = new MockLog();
        }
Beispiel #2
0
 public void TestInitialize()
 {
     _mockLog       = new MockLog();
     _testFilesPath = _mockLog.GetTestFilesPath();
 }