2 references to ConstructorThrowingComponent
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
3968builder.OpenComponent<ConstructorThrowingComponent>(0); 3978Assert.Same(ConstructorThrowingComponent.Exception, Assert.Single(renderer.HandledExceptions).GetBaseException());