3 references to PopulateMetadata
Microsoft.AspNetCore.Http.Results.Tests (3)
OkResultTests.cs (3)
53
PopulateMetadata
<Ok>(((Delegate)MyApi).GetMethodInfo(), builder);
76
Assert.Throws<ArgumentNullException>("method", () =>
PopulateMetadata
<Ok>(null, new RouteEndpointBuilder(requestDelegate: null, RoutePatternFactory.Parse("/"), order: 0)));
77
Assert.Throws<ArgumentNullException>("builder", () =>
PopulateMetadata
<Ok>(((Delegate)PopulateMetadata_ThrowsArgumentNullException_WhenMethodOrBuilderAreNull).GetMethodInfo(), null));