1 write to _testAssetRoot
Microsoft.NET.TestFramework (1)
TestAsset.cs (1)
45_testAssetRoot = testAssetRoot;
4 references to _testAssetRoot
Microsoft.NET.TestFramework (4)
TestAsset.cs (4)
71var sourceDirs = Directory.GetDirectories(_testAssetRoot ?? string.Empty, "*", SearchOption.AllDirectories) 76Directory.CreateDirectory(sourceDir.Replace(_testAssetRoot ?? string.Empty, Path)); 79var sourceFiles = Directory.GetFiles(_testAssetRoot ?? string.Empty, "*.*", SearchOption.AllDirectories) 87string destFile = srcFile.Replace(_testAssetRoot ?? string.Empty, Path);