7 instantiations of TestHostApplicationLifetime
Aspire.Hosting.Tests (7)
Dashboard\DashboardServiceTests.cs (6)
39
var resourceNotificationService = new ResourceNotificationService(NullLogger<ResourceNotificationService>.Instance, new
TestHostApplicationLifetime
(), new ServiceCollection().BuildServiceProvider(), resourceLoggerService);
41
var dashboardService = new DashboardService(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), NullLogger<DashboardService>.Instance);
92
var resourceNotificationService = new ResourceNotificationService(NullLogger<ResourceNotificationService>.Instance, new
TestHostApplicationLifetime
(), new ServiceCollection().BuildServiceProvider(), resourceLoggerService);
94
var dashboardService = new DashboardService(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), NullLogger<DashboardService>.Instance);
144
var resourceNotificationService = new ResourceNotificationService(loggerFactory.CreateLogger<ResourceNotificationService>(), new
TestHostApplicationLifetime
(), new ServiceCollection().BuildServiceProvider(), resourceLoggerService);
146
var dashboardService = new DashboardService(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), loggerFactory.CreateLogger<DashboardService>());
Utils\ResourceNotificationServiceTestHelpers.cs (1)
16
hostApplicationLifetime ?? new
TestHostApplicationLifetime
(),