3 instantiations of TestHostEnvironment
Aspire.Hosting.Tests (3)
Dashboard\DashboardServiceTests.cs (3)
41
var dashboardService = new DashboardService(dashboardServiceData, new
TestHostEnvironment
(), new TestHostApplicationLifetime(), NullLogger<DashboardService>.Instance);
94
var dashboardService = new DashboardService(dashboardServiceData, new
TestHostEnvironment
(), new TestHostApplicationLifetime(), NullLogger<DashboardService>.Instance);
146
var dashboardService = new DashboardService(dashboardServiceData, new
TestHostEnvironment
(), new TestHostApplicationLifetime(), loggerFactory.CreateLogger<DashboardService>());