1 write to this_TestGroupBootstrapDir
dotnet-svcutil-lib.Tests (1)
E2ETests.cs (1)
22
this_TestGroupBootstrapDir
= Path.Combine(g_TestBootstrapDir, this_TestCaseName);
4 references to this_TestGroupBootstrapDir
dotnet-svcutil-lib.Tests (4)
E2ETests.cs (2)
36
FileUtil.TryDeleteDirectory(
this_TestGroupBootstrapDir
);
37
Directory.CreateDirectory(
this_TestGroupBootstrapDir
);
TestInit.cs (2)
247
this_TestCaseBootstrapDir = Path.Combine(
this_TestGroupBootstrapDir
, testCaseName);
382
ValidateFiles(this_TestGroupOutputDir, this_TestGroupBaselinesDir,
this_TestGroupBootstrapDir
, generatedFiles, baselineFiles, out failureMessage);