4 references to GetHttpContext
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
AuthorizeFilterIntegrationTest.cs (4)
40
var actionContext = new ActionContext(
GetHttpContext
(), new RouteData(), new ControllerActionDescriptor());
68
var actionContext = new ActionContext(
GetHttpContext
(), new RouteData(), new ControllerActionDescriptor());
99
var actionContext = new ActionContext(
GetHttpContext
(), new RouteData(), new ControllerActionDescriptor());
135
var actionContext = new ActionContext(
GetHttpContext
(), new RouteData(), new ControllerActionDescriptor());