13 references to ServerType
IISExpress.FunctionalTests (13)
InProcess\AppOfflineIISExpressTests.cs (1)
26using (AppVerifier.Disable(DeployerSelector.ServerType, 0x300))
OutOfProcess\NtlmAuthentationTest.cs (1)
30=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
43=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\BasicAuthTests.cs (1)
38=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
44=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
47ServerType = DeployerSelector.ServerType
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
47ServerType = DeployerSelector.ServerType,
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
39=> TestMatrix.ForServers(DeployerSelector.ServerType) 45=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
38=> TestMatrix.ForServers(DeployerSelector.ServerType)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (3)
187=> TestMatrix.ForServers(DeployerSelector.ServerType) 469using (AppVerifier.Disable(DeployerSelector.ServerType, 0x300)) 502using (AppVerifier.Disable(DeployerSelector.ServerType, 0x300))