46 writes to this_TestCaseName
dotnet-svcutil-lib.Tests (46)
E2ETests.cs (26)
67this_TestCaseName = "Help"; 85this_TestCaseName = "TFMBootstrap"; 119this_TestCaseName = "CodeGenOptions"; 125this_TestCaseName = testCaseName; 141this_TestCaseName = "ErrorScenarios"; 150this_TestCaseName = testCaseName; 168this_TestCaseName = "MultipleDocuments"; 183this_TestCaseName = testCaseName; 194this_TestCaseName = "NamespaceParam"; 209this_TestCaseName = "TypeReuse"; 262this_TestCaseName = "UpdateServiceRefBasic"; 287this_TestCaseName = "UpdateNetPipeServiceRef"; 323this_TestCaseName = "UpdateServiceRefOptions"; 346this_TestCaseName = "UpdateServiceRefWCFCS"; 404this_TestCaseName = "WcfRuntimeBasicSvcs"; 415this_TestCaseName = "WcfRuntimeBasicHttpsTransSecMessCredsUserName"; 426this_TestCaseName = "WcfRuntimeNettcpTransSecMessCredsUserName"; 432this_TestCaseName = testCaseName; 441this_TestCaseName = "WsHttpBindingAndws2007HttpBindingTransSecMessCredsUserName"; 452this_TestCaseName = "FederationServiceTest"; 463this_TestCaseName = "DuplexCallback"; 477this_TestCaseName = "WcfRuntimeNetHttpSvcs"; 488this_TestCaseName = "WcfRuntimeReliableSessionSvc"; 498this_TestCaseName = "ContractMemberNamedSystem"; 509this_TestCaseName = "ContractTypeNamedReservedKeyword"; 522this_TestCaseName = testCaseName;
GlobalToolTests.cs (8)
36this_TestCaseName = "HelpGlobal"; 54this_TestCaseName = "ToolContextGlobal"; 69this_TestCaseName = "TFMBootstrapGlobal"; 96this_TestCaseName = "FullFramework"; 117this_TestCaseName = "MultiTargetCloseAsyncGeneration"; 145this_TestCaseName = "MultiTargetTypeReuse"; 176this_TestCaseName = "ParamsFiles_SDK_TFM"; 214this_TestCaseName = "ReuseIXmlSerializableType";
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";
25 references to this_TestCaseName
dotnet-svcutil-lib.Tests (25)
E2ETests.cs (8)
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!"); 500InitializeE2E(this_TestCaseName); 511InitializeE2E(this_TestCaseName);
GlobalToolTests.cs (10)
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); 216InitializeGlobal(this_TestCaseName); 220var options = $"{uri} -r {refs} -nl -v minimal -n \"\"*,{this_TestCaseName}_NS\"\"";
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!");