3 writes to Architecture
Microsoft.AspNetCore.Server.IntegrationTesting (3)
TestMatrix.cs (2)
241
Architecture
= arch,
291
Architecture
= arch,
TestVariant.cs (1)
47
Architecture
= info.GetValue<RuntimeArchitecture>(nameof(Architecture));
11 references to Architecture
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Common\DeploymentParameters.cs (1)
38
RuntimeArchitecture = variant.
Architecture
;
TestVariant.cs (4)
23
var description = $"Server: {Server}, TFM: {Tfm}, Type: {ApplicationType}, Arch: {
Architecture
}";
37
info.AddValue(nameof(
Architecture
),
Architecture
, typeof(RuntimeArchitecture));
47
Architecture = info.GetValue<RuntimeArchitecture>(nameof(
Architecture
));
ServerComparison.FunctionalTests (6)
HelloWorldTest.cs (3)
37
var testName = $"HelloWorld_{variant.Server}_{variant.Tfm}_{variant.
Architecture
}_{variant.ApplicationType}";
72
string expectedName = Enum.GetName(typeof(RuntimeArchitecture), variant.
Architecture
);
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}";