9 references to AssertStatusCode
Templates.Blazor.Tests (9)
BlazorWasmTemplateTest.cs (2)
41await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html"); 67await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html");
BlazorWebTemplateTest.cs (2)
79await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html"); 90await 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)
55await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html"); 70await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html"); 85await aspNetProcess.AssertStatusCode("/", HttpStatusCode.OK, "text/html");