6 references to ControllerWithAttributes
Microsoft.AspNetCore.Mvc.Core.Test (6)
Controllers\DefaultControllerFactoryTest.cs (6)
56ControllerTypeInfo = typeof(ControllerWithAttributes).GetTypeInfo() 73var controller = Assert.IsType<ControllerWithAttributes>(result); 83ControllerTypeInfo = typeof(ControllerWithAttributes).GetTypeInfo() 100var controller = Assert.IsType<ControllerWithAttributes>(result);