4 references to AssertNotFound
Templates.Tests (4)
src\ProjectTemplates\Shared\AspNetProcess.cs (1)
128await AssertNotFound(url);
WebApiNativeAotTemplateTest.cs (3)
140await aspNetProcess.AssertNotFound("/todos/100"); 141await aspNetProcess.AssertNotFound("/"); 155await aspNetProcess.AssertNotFound(endpoint);