8 references to ErrorThrowingComponent
Microsoft.AspNetCore.Components.Web.Tests (8)
HtmlRendering\HtmlRendererTest.cs (8)
896await htmlRenderer.RenderComponentAsync<ErrorThrowingComponent>(ParameterView.FromDictionary(new Dictionary<string, object> 898{ nameof(ErrorThrowingComponent.ThrowSync), true } 917htmlRenderer.RenderComponentAsync<ErrorThrowingComponent>(ParameterView.FromDictionary(new Dictionary<string, object> 919{ nameof(ErrorThrowingComponent.ThrowAsync), true } 937htmlRenderer.BeginRenderingComponent<ErrorThrowingComponent>(ParameterView.FromDictionary(new Dictionary<string, object> 939{ nameof(ErrorThrowingComponent.ThrowSync), true } 957var content = htmlRenderer.BeginRenderingComponent<ErrorThrowingComponent>(ParameterView.FromDictionary(new Dictionary<string, object> 959{ nameof(ErrorThrowingComponent.ThrowAsync), true }