2 references to GetMockHttpContext
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\FormCollectionModelBinderTest.cs (2)
23
var httpContext =
GetMockHttpContext
(formCollection);
44
var httpContext =
GetMockHttpContext
(null, hasForm: false);