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