2 references to AssertBodyParameter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
EndpointMetadataApiDescriptionProviderTest.cs (2)
446AssertBodyParameter(GetApiDescription((InferredJsonClass foo) => { }), "foo", typeof(InferredJsonClass)); 447AssertBodyParameter(GetApiDescription(([FromBody] int bar) => { }), "bar", typeof(int));