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)
72
await Helpers.
AssertStarts
(deploymentResult, path);
97
await Helpers.
AssertStarts
(deploymentResult, "HelloWorld");
231
await Helpers.
AssertStarts
(deploymentResult, "ConsoleWrite");
295
await Helpers.
AssertStarts
(deploymentResult);
313
await Helpers.
AssertStarts
(deploymentResult);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (5)
455
await deploymentResult.
AssertStarts
();
491
await deploymentResult.
AssertStarts
();
511
await deploymentResult.
AssertStarts
();
548
await deploymentResult.
AssertStarts
();
573
await deploymentResult.
AssertStarts
();
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (4)
119
await deploymentResult.
AssertStarts
();
150
await deploymentResult.
AssertStarts
();
218
await deploymentResult.
AssertStarts
();
736
var request = deploymentResult.
AssertStarts
();