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