9 references to AssertStatusCode
Templates.Blazor.Tests (9)
BlazorWasmTemplateTest.cs (2)
41
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
67
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
BlazorWebTemplateTest.cs (2)
79
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
90
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
src\ProjectTemplates\Shared\AspNetProcess.cs (2)
249
=>
AssertStatusCode
(requestUrl, HttpStatusCode.OK);
252
=>
AssertStatusCode
(requestUrl, HttpStatusCode.NotFound);
WebWorkerTemplateE2ETest.cs (3)
55
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
70
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
85
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");