1 write to _testRenderer
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputRenderer.cs (1)
27_testRenderer = new TestRenderer();
3 references to _testRenderer
Microsoft.AspNetCore.Components.Web.Tests (3)
Forms\InputRenderer.cs (3)
28var componentId = _testRenderer.AssignRootComponentId(hostComponent); 29await _testRenderer.RenderRootComponentAsync(componentId); 35return _testRenderer!.GetCurrentRenderTreeFrames(componentId);