44 references to DeployerSelector
IISExpress.FunctionalTests (44)
InProcess\AppOfflineIISExpressTests.cs (1)
26
using (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\EventLogHelpers.cs (12)
51
if (
DeployerSelector
.HasNewShim)
152
if (
DeployerSelector
.HasNewHandler)
169
if (
DeployerSelector
.HasNewHandler)
208
if (
DeployerSelector
.HasNewHandler)
219
if (
DeployerSelector
.HasNewHandler)
236
if (
DeployerSelector
.HasNewShim)
248
if (
DeployerSelector
.HasNewShim)
274
if (
DeployerSelector
.HasNewShim)
293
if (
DeployerSelector
.HasNewShim)
312
if (
DeployerSelector
.HasNewShim)
324
if (
DeployerSelector
.HasNewShim)
336
if (
DeployerSelector
.HasNewShim)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
23
return
DeployerSelector
.IsNewShimTest ? "InProcessNewShimWebSite" : "InProcessWebSite";
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
47
ServerType =
DeployerSelector
.ServerType
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (1)
47
ServerType =
DeployerSelector
.ServerType,
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewHandler.cs (1)
12
public bool IsMet =>
DeployerSelector
.HasNewHandler;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresNewShim.cs (1)
12
public bool IsMet =>
DeployerSelector
.HasNewShim;
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (4)
39
=> TestMatrix.ForServers(
DeployerSelector
.ServerType)
45
=> TestMatrix.ForServers(
DeployerSelector
.ServerType)
324
if (
DeployerSelector
.HasNewShim)
328
if (
DeployerSelector
.HasNewHandler)
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (2)
64
if (
DeployerSelector
.HasNewShim)
91
if (
DeployerSelector
.HasNewShim)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
38
=> TestMatrix.ForServers(
DeployerSelector
.ServerType)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (15)
74
if (
DeployerSelector
.HasNewShim)
187
=> TestMatrix.ForServers(
DeployerSelector
.ServerType)
284
if (
DeployerSelector
.HasNewShim)
326
if (
DeployerSelector
.HasNewShim)
347
if (
DeployerSelector
.HasNewShim)
366
if (
DeployerSelector
.HasNewShim)
406
if (
DeployerSelector
.HasNewShim)
424
if (
DeployerSelector
.HasNewShim)
448
if (
DeployerSelector
.HasNewShim)
469
using (AppVerifier.Disable(
DeployerSelector
.ServerType, 0x300))
488
if (
DeployerSelector
.HasNewHandler)
502
using (AppVerifier.Disable(
DeployerSelector
.ServerType, 0x300))
520
if (
DeployerSelector
.HasNewHandler)
1382
if (
DeployerSelector
.HasNewHandler)
1480
if (
DeployerSelector
.HasNewShim)