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