3 references to PopulateMetadata
Microsoft.AspNetCore.Http.Results.Tests (3)
NotFoundResultTests.cs (3)
50
PopulateMetadata
<NotFound>(((Delegate)MyApi).GetMethodInfo(), builder);
73
Assert.Throws<ArgumentNullException>("method", () =>
PopulateMetadata
<NotFound>(null, new RouteEndpointBuilder(requestDelegate: null, RoutePatternFactory.Parse("/"), order: 0)));
74
Assert.Throws<ArgumentNullException>("builder", () =>
PopulateMetadata
<NotFound>(((Delegate)PopulateMetadata_ThrowsArgumentNullException_WhenMethodOrBuilderAreNull).GetMethodInfo(), null));