11 references to AssertStarts
IIS.LongTests (11)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (1)
42
await result.
AssertStarts
();
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
178
verificationAction = verificationAction ?? (() => deploymentResult.
AssertStarts
());
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (5)
453
await deploymentResult.
AssertStarts
();
489
await deploymentResult.
AssertStarts
();
509
await deploymentResult.
AssertStarts
();
546
await deploymentResult.
AssertStarts
();
570
await deploymentResult.
AssertStarts
();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
118
await deploymentResult.
AssertStarts
();
149
await deploymentResult.
AssertStarts
();
217
await deploymentResult.
AssertStarts
();
736
var request = deploymentResult.
AssertStarts
();