3 writes to Tfm
Microsoft.AspNetCore.Server.IntegrationTesting (3)
TestMatrix.cs (2)
239Tfm = tfm, 289Tfm = tfm,
TestVariant.cs (1)
45Tfm = info.GetValue<string>(nameof(Tfm));
10 references to Tfm
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Common\DeploymentParameters.cs (1)
36TargetFramework = variant.Tfm;
TestVariant.cs (4)
23var description = $"Server: {Server}, TFM: {Tfm}, Type: {ApplicationType}, Arch: {Architecture}"; 35info.AddValue(nameof(Tfm), Tfm, typeof(string)); 45Tfm = info.GetValue<string>(nameof(Tfm));
ServerComparison.FunctionalTests (5)
HelloWorldTest.cs (2)
37var testName = $"HelloWorld_{variant.Server}_{variant.Tfm}_{variant.Architecture}_{variant.ApplicationType}"; 126var testName = $"ApplicationException_{variant.Server}_{variant.Tfm}_{variant.Architecture}_{variant.ApplicationType}";
NtlmAuthenticationTest.cs (1)
34var testName = $"NtlmAuthentication_{variant.Server}_{variant.Tfm}_{variant.Architecture}_{variant.ApplicationType}";
ResponseCompressionTests.cs (1)
88testName = $"{testName}_{variant.Server}_{variant.Tfm}_{variant.Architecture}_{variant.ApplicationType}";
ResponseTests.cs (1)
81testName = $"{testName}_{variant.Server}_{variant.Tfm}_{variant.Architecture}_{variant.ApplicationType}";