3 references to AssertNotFound
Templates.Tests (3)
src\ProjectTemplates\Shared\AspNetProcess.cs (1)
128await AssertNotFound(url);
WebApiNativeAotTemplateTest.cs (2)
97await aspNetProcess.AssertNotFound("/todos/100"); 98await aspNetProcess.AssertNotFound("/");