7 references to MetricTable
Aspire.Dashboard.Components.Tests (7)
Pages\MetricsTests.cs (7)
123
Assert.Empty(cut.FindComponents<
MetricTable
>());
133
Assert.Single(cut.FindComponents<
MetricTable
>());
144
Assert.Empty(cut.FindComponents<
MetricTable
>());
233
cut.WaitForState(() => cut.FindComponents<
MetricTable
>().Count == 1);
234
var table = cut.FindComponent<
MetricTable
>();
242
var updatedTable = cut.FindComponent<
MetricTable
>();
321
cut.WaitForAssertion(() => Assert.Single(cut.FindComponents<
MetricTable
>()));