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