3 references to Todo
Microsoft.AspNetCore.Http.Results.Tests (3)
NotFoundOfTResultTests.cs (3)
69
NotFound<
Todo
> MyApi() { throw new NotImplementedException(); }
74
PopulateMetadata<NotFound<
Todo
>>(((Delegate)MyApi).GetMethodInfo(), builder);
79
Assert.Equal(typeof(
Todo
), producesResponseTypeMetadata.Type);