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");
229
await Helpers.
AssertStarts
(deploymentResult, "ConsoleWrite");
293
await Helpers.
AssertStarts
(deploymentResult);
311
await Helpers.
AssertStarts
(deploymentResult);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (5)
455
await deploymentResult.
AssertStarts
();
502
await deploymentResult.
AssertStarts
();
527
await deploymentResult.
AssertStarts
();
569
await deploymentResult.
AssertStarts
();
593
await deploymentResult.
AssertStarts
();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
121
await deploymentResult.
AssertStarts
();
152
await deploymentResult.
AssertStarts
();
220
await deploymentResult.
AssertStarts
();
737
var request = deploymentResult.
AssertStarts
();