3 references to ComponentWithConstructorInjection
Microsoft.AspNetCore.Components.Tests (3)
ComponentFactoryTest.cs (3)
238
var componentType = typeof(
ComponentWithConstructorInjection
);
249
var
component = Assert.IsType<
ComponentWithConstructorInjection
>(instance);