5 references to AssertStatusCode
Templates.Blazor.Tests (5)
BlazorWasmTemplateTest.cs (3)
78await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html"); 168await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html"); 297await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html");
src\ProjectTemplates\Shared\AspNetProcess.cs (2)
242=> AssertStatusCode(requestUrl, HttpStatusCode.OK); 245=> AssertStatusCode(requestUrl, HttpStatusCode.NotFound);