7 references to AssertStarts
IIS.FunctionalTests (7)
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.FunctionalTests\LoggingTests.cs (5)
72await Helpers.AssertStarts(deploymentResult, path); 97await Helpers.AssertStarts(deploymentResult, "HelloWorld"); 231await Helpers.AssertStarts(deploymentResult, "ConsoleWrite"); 295await Helpers.AssertStarts(deploymentResult); 313await Helpers.AssertStarts(deploymentResult);