1 write to this_TestGroupBaselinesDir
dotnet-svcutil-lib.Tests (1)
E2ETests.cs (1)
20
this_TestGroupBaselinesDir
= Path.Combine(g_BaselinesDir, this_TestCaseName);
7 references to this_TestGroupBaselinesDir
dotnet-svcutil-lib.Tests (7)
E2ETests.cs (3)
39
Directory.CreateDirectory(
this_TestGroupBaselinesDir
);
43
Assert.True(Directory.Exists(
this_TestGroupBaselinesDir
), $"{nameof(
this_TestGroupBaselinesDir
)} is not initialized!");
GlobalToolTests.cs (2)
120
this_TestCaseBaselinesDir = Path.Combine(
this_TestGroupBaselinesDir
, testCaseName);
148
this_TestCaseBaselinesDir = Path.Combine(
this_TestGroupBaselinesDir
, testClientFolder);
TestInit.cs (2)
266
this_TestCaseBaselinesDir = Path.Combine(
this_TestGroupBaselinesDir
, testCaseName);
382
ValidateFiles(this_TestGroupOutputDir,
this_TestGroupBaselinesDir
, this_TestGroupBootstrapDir, generatedFiles, baselineFiles, out failureMessage);