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