1 instantiation of CapturedBatch
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
115
var capturedBatch = new
CapturedBatch
();
13 references to CapturedBatch
Microsoft.AspNetCore.Components.Web.Tests (13)
Forms\EditFormTest.cs (1)
207
private static EditForm FindEditFormComponent(
CapturedBatch
batch)
Forms\InputBaseTest.cs (6)
380
var
batch1 = renderer.Batches.Single();
393
var
batch2 = renderer.Batches.Skip(1).Single();
448
var
batch1 = renderer.Batches.Single();
483
var
batch1 = renderer.Batches.Single();
511
var
batch1 = renderer.Batches.Single();
524
var
batch2 = renderer.Batches.Skip(1).Single();
Forms\InputNumberTest.cs (1)
100
var
batch = _testRenderer.Batches.Single();
Forms\InputRadioTest.cs (1)
105
private static IEnumerable<TestInputRadio> FindInputRadioComponents(
CapturedBatch
batch)
Forms\InputRenderer.cs (1)
20
private static TComponent FindComponent<TComponent>(
CapturedBatch
batch)
src\Components\Shared\test\TestRenderer.cs (3)
41
public List<
CapturedBatch
> Batches { get; }
42
= new List<
CapturedBatch
>();
115
var
capturedBatch = new CapturedBatch();