3 references to TestActions
Microsoft.AspNetCore.Mvc.Core.Test (3)
Infrastructure\ControllerActionInvokerProviderTest.cs (3)
47
var method = typeof(
TestActions
).GetMethod(nameof(
TestActions
.GetAction));
52
ControllerTypeInfo = typeof(
TestActions
).GetTypeInfo(),