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