5 instantiations of TestResponseFeature
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (5)
NewtonsoftJsonInputFormatterTest.cs (5)
40
httpContext.Features.Set<IHttpResponseFeature>(new
TestResponseFeature
());
76
httpContext.Features.Set<IHttpResponseFeature>(new
TestResponseFeature
());
112
httpContext.Features.Set<IHttpResponseFeature>(new
TestResponseFeature
());
504
httpContext.Features.Set<IHttpResponseFeature>(new
TestResponseFeature
());
547
httpContext.Features.Set<IHttpResponseFeature>(new
TestResponseFeature
());