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