6 references to _testRenderer
Microsoft.AspNetCore.Components.Web.Tests (6)
Forms\InputTextTest.cs (6)
42
var frames =
_testRenderer
.GetCurrentRenderTreeFrames(componentId);
60
var frames =
_testRenderer
.GetCurrentRenderTreeFrames(componentId);
79
var frames =
_testRenderer
.GetCurrentRenderTreeFrames(componentId);
88
var hostComponentId =
_testRenderer
.AssignRootComponentId(hostComponent);
89
await
_testRenderer
.RenderRootComponentAsync(hostComponentId);
90
var batch =
_testRenderer
.Batches.Single();