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