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)
455
await deploymentResult.
AssertStarts
();
491
await deploymentResult.
AssertStarts
();
511
await deploymentResult.
AssertStarts
();
548
await deploymentResult.
AssertStarts
();
573
await deploymentResult.
AssertStarts
();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
119
await deploymentResult.
AssertStarts
();
150
await deploymentResult.
AssertStarts
();
218
await deploymentResult.
AssertStarts
();
736
var request = deploymentResult.
AssertStarts
();