4 references to TestController
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationModels\ControllerModelTest.cs (4)
17
var controller = new ControllerModel(typeof(
TestController
).GetTypeInfo(),
20
var action = new ActionModel(typeof(
TestController
).GetMethod("Edit"),
65
typeof(
TestController
).GetTypeInfo(),
81
new PropertyModel(typeof(
TestController
).GetProperty("TestProperty"), new List<object>()));