5 references to CreateHttpContext
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (5)
NewtonsoftJsonPatchInputFormatterTest.cs (5)
111
var httpContext =
CreateHttpContext
(contentBytes);
135
var httpContext =
CreateHttpContext
(contentBytes);
164
var httpContext =
CreateHttpContext
(contentBytes, contentType: requestContentType);
185
var httpContext =
CreateHttpContext
(contentBytes, contentType: "application/json-patch+json");
210
var httpContext =
CreateHttpContext
(contentBytes, contentType: "application/json-patch+json");