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