7 references to MetricTable
Aspire.Dashboard.Components.Tests (7)
Pages\MetricsTests.cs (7)
124
Assert.Empty(cut.FindComponents<
MetricTable
>());
134
Assert.Single(cut.FindComponents<
MetricTable
>());
145
Assert.Empty(cut.FindComponents<
MetricTable
>());
234
cut.WaitForState(() => cut.FindComponents<
MetricTable
>().Count == 1);
235
var table = cut.FindComponent<
MetricTable
>();
243
var updatedTable = cut.FindComponent<
MetricTable
>();
322
cut.WaitForAssertion(() => Assert.Single(cut.FindComponents<
MetricTable
>()));