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