3 references to PopulateMetadata
Microsoft.AspNetCore.Http.Results.Tests (3)
AcceptedAtRouteResultTests.cs (3)
84PopulateMetadata<AcceptedAtRoute>(((Delegate)MyApi).GetMethodInfo(), builder); 107Assert.Throws<ArgumentNullException>("method", () => PopulateMetadata<AcceptedAtRoute>(null, new RouteEndpointBuilder(requestDelegate: null, RoutePatternFactory.Parse("/"), order: 0))); 108Assert.Throws<ArgumentNullException>("builder", () => PopulateMetadata<AcceptedAtRoute>(((Delegate)PopulateMetadata_ThrowsArgumentNullException_WhenMethodOrBuilderAreNull).GetMethodInfo(), null));