11 references to DerivedComponent
Microsoft.AspNetCore.Components.Tests (11)
ComponentFactoryTest.cs (11)
79var componentType = typeof(DerivedComponent); 80var factory = new ComponentFactory(new CustomComponentActivator<DerivedComponent>(), new DefaultComponentPropertyActivator(), new TestRenderer()); 87var component = Assert.IsType<DerivedComponent>(instance); 331new CustomComponentActivator<DerivedComponent>(), 339var component = Assert.IsType<DerivedComponent>(instance); 361var requestedType = typeof(DerivedComponent); 364new CustomComponentActivator<DerivedComponent>(), 372var component = Assert.IsType<DerivedComponent>(instance);