2 references to AssertJsonResponse
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
EndpointMetadataApiDescriptionProviderTest.cs (2)
148
AssertJsonResponse
(GetApiDescription(() => new InferredJsonClass()), typeof(InferredJsonClass));
149
AssertJsonResponse
(GetApiDescription(() => (IInferredJsonInterface)null!), typeof(IInferredJsonInterface));