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