10 references to VerifyLaunchSettings
Templates.Mvc.Tests (10)
BlazorTemplateTest.cs (1)
62
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
MvcTemplateTest.cs (3)
66
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
164
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
361
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
RazorPagesTemplateTest.cs (3)
59
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
153
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
297
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
src\ProjectTemplates\Shared\BlazorTemplateTest.cs (1)
69
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
WebApiTemplateTest.cs (2)
202
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);
229
await project.
VerifyLaunchSettings
(expectedLaunchProfileNames);