44 writes to this_TestCaseName
dotnet-svcutil-lib.Tests (44)
E2ETests.cs (25)
67this_TestCaseName = "Help"; 85this_TestCaseName = "TFMBootstrap"; 118this_TestCaseName = "CodeGenOptions"; 124this_TestCaseName = testCaseName; 140this_TestCaseName = "ErrorScenarios"; 149this_TestCaseName = testCaseName; 167this_TestCaseName = "MultipleDocuments"; 182this_TestCaseName = testCaseName; 193this_TestCaseName = "NamespaceParam"; 208this_TestCaseName = "TypeReuse"; 261this_TestCaseName = "UpdateServiceRefBasic"; 286this_TestCaseName = "UpdateNetPipeServiceRef"; 322this_TestCaseName = "UpdateServiceRefOptions"; 345this_TestCaseName = "UpdateServiceRefWCFCS"; 403this_TestCaseName = "WcfRuntimeBasicSvcs"; 414this_TestCaseName = "WcfRuntimeBasicHttpsTransSecMessCredsUserName"; 425this_TestCaseName = "WcfRuntimeNettcpTransSecMessCredsUserName"; 431this_TestCaseName = testCaseName; 440this_TestCaseName = "WsHttpBindingAndws2007HttpBindingTransSecMessCredsUserName"; 451this_TestCaseName = "FederationServiceTest"; 462this_TestCaseName = "DuplexCallback"; 476this_TestCaseName = "WcfRuntimeNetHttpSvcs"; 487this_TestCaseName = "WcfRuntimeReliableSessionSvc"; 497this_TestCaseName = "ContractMemberNamedSystem"; 510this_TestCaseName = testCaseName;
GlobalToolTests.cs (7)
36this_TestCaseName = "HelpGlobal"; 54this_TestCaseName = "ToolContextGlobal"; 69this_TestCaseName = "TFMBootstrapGlobal"; 96this_TestCaseName = "FullFramework"; 117this_TestCaseName = "MultiTargetCloseAsyncGeneration"; 145this_TestCaseName = "MultiTargetTypeReuse"; 176this_TestCaseName = "ParamsFiles_SDK_TFM";
UnitTest.cs (12)
55this_TestCaseName = "Verbosity"; 78this_TestCaseName = "MetadataQuery"; 85this_TestCaseName = testCaseName; 123this_TestCaseName = "Collections"; 130this_TestCaseName = testCaseName; 144this_TestCaseName = "TFM"; 153this_TestCaseName = testCaseName; 174this_TestCaseName = "CommandParserInvalid"; 190this_TestCaseName = "CommandOptionsBasic"; 215this_TestCaseName = "CommandOptionsFilePaths"; 286this_TestCaseName = "CommandOptionsTelemetryString"; 321this_TestCaseName = "OptionsRoundtrip";
22 references to this_TestCaseName
dotnet-svcutil-lib.Tests (22)
E2ETests.cs (7)
20this_TestGroupBaselinesDir = Path.Combine(g_BaselinesDir, this_TestCaseName); 21this_TestGroupOutputDir = Path.Combine(g_TestResultsDir, this_TestCaseName); 22this_TestGroupBootstrapDir = Path.Combine(g_TestBootstrapDir, this_TestCaseName); 23this_TestGroupProjDir = Path.Combine(g_TestResultsDir, this_TestCaseName, "Project"); 48Assert.False(string.IsNullOrWhiteSpace(this_TestCaseName), $"{nameof(this_TestCaseName)} not initialized!"); 499InitializeE2E(this_TestCaseName);
GlobalToolTests.cs (8)
18Assert.False(string.IsNullOrWhiteSpace(this_TestCaseName), $"{nameof(this_TestCaseName)} not initialized!"); 122this_TestGroupOutputDir = Path.Combine(Path.GetTempPath(), this_TestCaseName); 127File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, "Program.cs"), Path.Combine(this_TestCaseOutputDir, "Program.cs"), true); 128File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, $"{testCaseName}.csproj"), Path.Combine(this_TestCaseOutputDir, $"{testCaseName}.csproj"), true); 151this_TestGroupOutputDir = Path.Combine(Path.GetTempPath(), this_TestCaseName); 152this_TestCaseLogFile = Path.Combine(this_TestGroupOutputDir, $"{this_TestCaseName}.log"); 156FileUtil.CopyDirectory(Path.Combine(g_TestCasesDir, this_TestCaseName), this_TestGroupOutputDir, true);
TestInit.cs (5)
83protected string this_TestGroupProjectName { get { return $"{this_TestCaseName}_TestGroup.csproj"; } } 288options = $"{options} -v Minimal -d ../{this_TestCaseName} -n \"\"*,{this_TestCaseName}_NS\"\" -ntr"; 445var scriptPath = Path.Combine(g_TestOutputDir, @"TestScripts", $"{this_TestCaseName}.cmd"); 521WriteLog("Test name: " + this_TestCaseName);
UnitTest.cs (2)
19Assert.False(string.IsNullOrWhiteSpace(this_TestCaseName), $"{nameof(this_TestCaseName)} not initialized!");