9 references to TestController
Microsoft.AspNetCore.Mvc.Core.Test (9)
ApplicationModels\ApiConventionApplicationModelConventionTest.cs (9)
20var actionModel = GetActionModel(nameof(TestController.NoMatch)); 34var actionModel = GetActionModel(nameof(TestController.Delete)); 49var actionModel = GetActionModel(nameof(TestController.Delete)); 86var action = GetActionModel(nameof(TestController.Delete)); 103nameof(TestController.Delete), 121nameof(TestController.Delete), 139var action = GetActionModel(nameof(TestController.Delete), new[] { new ProducesErrorResponseTypeAttribute(expected) }); 169var controllerModel = new ControllerModel(typeof(TestController).GetTypeInfo(), controllerAttributes); 170var actionModel = new ActionModel(typeof(TestController).GetMethod(actionName), actionAttributes)