1 instantiation of FakeHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Routing.FunctionalTests (1)
MinimalFormTests.cs (1)
445
context.Features.Set<IHttpMaxRequestBodySizeFeature>(new
FakeHttpMaxRequestBodySizeFeature
(5_000_000));