1 write to this_TestGroupProjDir
dotnet-svcutil-lib.Tests (1)
E2ETests.cs (1)
23
this_TestGroupProjDir
= Path.Combine(g_TestResultsDir, this_TestCaseName, "Project");
4 references to this_TestGroupProjDir
dotnet-svcutil-lib.Tests (4)
E2ETests.cs (2)
33
FileUtil.TryDeleteDirectory(
this_TestGroupProjDir
);
34
Directory.CreateDirectory(
this_TestGroupProjDir
);
TestInit.cs (2)
93
var filePath = Path.Combine(
this_TestGroupProjDir
, this_TestGroupProjectName);
98
CopyProject(g_StarterProject,
this_TestGroupProjDir
, fileName);