12 references to TestComponentErrorBuildRenderTree
Microsoft.AspNetCore.Components.Tests (12)
ComponentBaseTest.cs (12)
389childBuilder.OpenComponent<TestComponentErrorBuildRenderTree>(0); 390childBuilder.AddComponentParameter(1, nameof(TestComponentErrorBuildRenderTree.FaultedTaskOnInitializedAsync), true); 421childBuilder.OpenComponent<TestComponentErrorBuildRenderTree>(0); 422childBuilder.AddComponentParameter(1, nameof(TestComponentErrorBuildRenderTree.FaultedTaskOnParametersSetAsync), true); 445TestComponentErrorBuildRenderTree testComponentErrorBuildRenderTree = null; 451builder.OpenComponent<TestComponentErrorBuildRenderTree>(0); 452builder.AddComponentParameter(1, nameof(TestComponentErrorBuildRenderTree.FaultedTaskOnInitializedAsync), true); 453builder.AddComponentReferenceCapture(2, inst => testComponentErrorBuildRenderTree = (TestComponentErrorBuildRenderTree)inst); 473TestComponentErrorBuildRenderTree testComponentErrorBuildRenderTree = null; 479builder.OpenComponent<TestComponentErrorBuildRenderTree>(0); 480builder.AddComponentParameter(1, nameof(TestComponentErrorBuildRenderTree.FaultedTaskOnParametersSetAsync), true); 481builder.AddComponentReferenceCapture(2, inst => testComponentErrorBuildRenderTree = (TestComponentErrorBuildRenderTree)inst);