4 references to DerivedComponent
Microsoft.AspNetCore.Components.Tests (4)
ComponentFactoryTest.cs (4)
79var componentType = typeof(DerivedComponent); 80var factory = new ComponentFactory(new CustomComponentActivator<DerivedComponent>(), new TestRenderer()); 87var component = Assert.IsType<DerivedComponent>(instance);