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