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