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