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