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