5 references to _testRenderer
Microsoft.AspNetCore.Components.Web.Tests (5)
Forms\InputDateTest.cs (5)
68
var frames =
_testRenderer
.GetCurrentRenderTreeFrames(componentId);
86
var frames =
_testRenderer
.GetCurrentRenderTreeFrames(componentId);
94
var hostComponentId =
_testRenderer
.AssignRootComponentId(hostComponent);
95
await
_testRenderer
.RenderRootComponentAsync(hostComponentId);
96
var batch =
_testRenderer
.Batches.Single();