4 references to EmptyComponent
Microsoft.AspNetCore.Components.Tests (4)
ComponentFactoryTest.cs (4)
17
var componentType = typeof(
EmptyComponent
);
26
Assert.IsType<
EmptyComponent
>(instance);
46
var componentType = typeof(
EmptyComponent
);
67
var componentType = typeof(
EmptyComponent
);