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