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)
71
var sourceDirs = Directory.GetDirectories(
_testAssetRoot
?? string.Empty, "*", SearchOption.AllDirectories)
76
Directory.CreateDirectory(sourceDir.Replace(
_testAssetRoot
?? string.Empty, Path));
79
var sourceFiles = Directory.GetFiles(
_testAssetRoot
?? string.Empty, "*.*", SearchOption.AllDirectories)
87
string destFile = srcFile.Replace(
_testAssetRoot
?? string.Empty, Path);