6 references to AssertStatusCode
Templates.Blazor.Tests (6)
BlazorWasmTemplateTest.cs (2)
39
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
65
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
BlazorWebTemplateTest.cs (2)
43
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
54
await aspNetProcess.
AssertStatusCode
("/", HttpStatusCode.OK, "text/html");
src\ProjectTemplates\Shared\AspNetProcess.cs (2)
249
=>
AssertStatusCode
(requestUrl, HttpStatusCode.OK);
252
=>
AssertStatusCode
(requestUrl, HttpStatusCode.NotFound);