1 instantiation of TestViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\DefaultViewComponentActivatorTests.cs (1)
18
var expectedInstance = new
TestViewComponent
();
2 references to TestViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\DefaultViewComponentActivatorTests.cs (2)
18
var
expectedInstance = new TestViewComponent();
27
var context = CreateContext(typeof(
TestViewComponent
));