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