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