5 references to _testRenderer
Microsoft.AspNetCore.Components.Web.Tests (5)
Forms\InputCheckboxTest.cs (5)
39var frames = _testRenderer.GetCurrentRenderTreeFrames(componentId); 57var frames = _testRenderer.GetCurrentRenderTreeFrames(componentId); 65var hostComponentId = _testRenderer.AssignRootComponentId(hostComponent); 66await _testRenderer.RenderRootComponentAsync(hostComponentId); 67var batch = _testRenderer.Batches.Single();