27 references to ForServers
IIS.FunctionalTests (6)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
44=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\BasicAuthTests.cs (1)
39=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
45=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
40=> TestMatrix.ForServers(DeployerSelector.ServerType) 46=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
37=> TestMatrix.ForServers(DeployerSelector.ServerType)
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
188=> TestMatrix.ForServers(DeployerSelector.ServerType)
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
188=> TestMatrix.ForServers(DeployerSelector.ServerType)
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
188=> TestMatrix.ForServers(DeployerSelector.ServerType)
IISExpress.FunctionalTests (8)
OutOfProcess\NtlmAuthentationTest.cs (1)
31=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
44=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\BasicAuthTests.cs (1)
39=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
45=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
40=> TestMatrix.ForServers(DeployerSelector.ServerType) 46=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
37=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
188=> TestMatrix.ForServers(DeployerSelector.ServerType)
Microsoft.AspNetCore.Hosting.FunctionalTests (1)
WebHostBuilderTests.cs (1)
14public static TestMatrix TestVariants => TestMatrix.ForServers(ServerType.Kestrel)
ServerComparison.FunctionalTests (9)
HelloWorldTest.cs (2)
26=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys) 115=> TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)
NtlmAuthenticationTest.cs (1)
24=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.HttpSys, ServerType.Kestrel)
ResponseCompressionTests.cs (4)
36=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys) 48=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Nginx) 60=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys) // No pass-through compression for nginx 72=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
ResponseTests.cs (2)
28=> TestMatrix.ForServers(/* ServerType.IISExpress, https://github.com/dotnet/aspnetcore/issues/6168, */ ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys) 54=> TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)