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