10 references to ServerType
IIS.FunctionalTests (10)
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\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)
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\IIS.Shared.FunctionalTests\ApplicationInitializationTests.cs (2)
48using (AppVerifier.Disable(DeployerSelector.ServerType, 0x900)) 86using (AppVerifier.Disable(DeployerSelector.ServerType, 0x900))