3 references to TestApplicationPart
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationModels\EndpointMetadataProviderTest.cs (1)
239manager.ApplicationParts.Add(new TestApplicationPart(controllerType));
Controllers\ControllerFeatureProviderTest.cs (1)
338new TestApplicationPart(typeof(NoSuffix)),
DependencyInjection\MvcBuilderExtensionsTest.cs (1)
117manager.ApplicationParts.Add(new TestApplicationPart(typeof(ControllerOne), typeof(ControllerTwo)));