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