3 references to PopulateMetadata
Microsoft.AspNetCore.Http.Results.Tests (3)
AcceptedAtRouteOfTResultTests.cs (3)
130
PopulateMetadata
<AcceptedAtRoute<Todo>>(((Delegate)MyApi).GetMethodInfo(), builder);
154
Assert.Throws<ArgumentNullException>("method", () =>
PopulateMetadata
<AcceptedAtRoute<object>>(null, new RouteEndpointBuilder(requestDelegate: null, RoutePatternFactory.Parse("/"), order: 0)));
155
Assert.Throws<ArgumentNullException>("builder", () =>
PopulateMetadata
<AcceptedAtRoute<object>>(((Delegate)PopulateMetadata_ThrowsArgumentNullException_WhenMethodOrBuilderAreNull).GetMethodInfo(), null));