16 references to AssertStarts
IISExpress.FunctionalTests (16)
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.FunctionalTests\LoggingTests.cs (5)
71
await Helpers.
AssertStarts
(deploymentResult, path);
96
await Helpers.
AssertStarts
(deploymentResult, "HelloWorld");
230
await Helpers.
AssertStarts
(deploymentResult, "ConsoleWrite");
294
await Helpers.
AssertStarts
(deploymentResult);
312
await Helpers.
AssertStarts
(deploymentResult);
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
();