2 references to ConventionsViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\ViewComponentFeatureProviderTest.cs (2)
18
manager.ApplicationParts.Add(new TestPart(typeof(
ConventionsViewComponent
)));
27
Assert.Equal(new[] { typeof(
ConventionsViewComponent
).GetTypeInfo() }, feature.ViewComponents.ToArray());