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