3 writes to Server
Microsoft.AspNetCore.Server.IntegrationTesting (3)
TestMatrix.cs (2)
238
Server
= server,
288
Server
= server,
TestVariant.cs (1)
44
Server
= info.GetValue<ServerType>(nameof(Server));
7 references to Server
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Common\DeploymentParameters.cs (1)
35
ServerType = variant.
Server
;
TestVariant.cs (6)
23
var description = $"Server: {
Server
}, TFM: {Tfm}, Type: {ApplicationType}, Arch: {Architecture}";
24
if (
Server
== ServerType.IISExpress ||
Server
== ServerType.IIS)
34
info.AddValue(nameof(
Server
),
Server
, typeof(ServerType));
44
Server = info.GetValue<ServerType>(nameof(
Server
));