3 references to FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1080
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1130
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1180
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());