9 references to ControllerActionInvokerTest
Microsoft.AspNetCore.Mvc.Core.Test (9)
Filters\MiddlewareFilterTest.cs (5)
243
actionDescriptor.MethodInfo = typeof(
ControllerActionInvokerTest
.TestController).GetMethod(
244
nameof(
ControllerActionInvokerTest
.TestController.ThrowingActionMethod));
248
actionDescriptor.MethodInfo = typeof(
ControllerActionInvokerTest
.TestController).GetMethod(
249
nameof(
ControllerActionInvokerTest
.TestController.ActionMethod));
251
actionDescriptor.ControllerTypeInfo = typeof(
ControllerActionInvokerTest
.TestController).GetTypeInfo();
Infrastructure\ControllerActionInvokerTest.cs (4)
1576
var controllerName = $"{typeof(
ControllerActionInvokerTest
).FullName}+{nameof(TestController)} ({typeof(
ControllerActionInvokerTest
).Assembly.GetName().Name})";
1577
var actionName = $"{typeof(
ControllerActionInvokerTest
).FullName}+{nameof(TestController)}.{nameof(TestController.ActionMethod)} ({typeof(
ControllerActionInvokerTest
).Assembly.GetName().Name})";