4 references to TestDashboardDataSource
Aspire.Dashboard.Tests (4)
Model\ResourceMenuBuilderTests.cs (2)
50
var dataSourcePool =
TestDashboardDataSource
.CreatePool(repository, dashboardClient, runStore);
51
var dataSource =
TestDashboardDataSource
.Create(runStore, dataSourcePool);
Model\TelemetryExportServiceTests.cs (2)
1270
var dataSourcePool =
TestDashboardDataSource
.CreatePool(repository, dashboardClient, runStore);
1271
var dataSource =
TestDashboardDataSource
.Create(runStore, dataSourcePool);