13 instantiations of TestHostApplicationLifetime
Aspire.Hosting.Tests (13)
Dashboard\DashboardServiceTests.cs (12)
43
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), NullLogger<DashboardServiceImpl>.Instance);
96
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), NullLogger<DashboardServiceImpl>.Instance);
148
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
233
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
303
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
350
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
409
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
446
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
504
new
TestHostApplicationLifetime
(),
533
new
TestHostApplicationLifetime
(),
563
new
TestHostApplicationLifetime
(),
604
return new ResourceNotificationService(NullLogger<ResourceNotificationService>.Instance, new
TestHostApplicationLifetime
(), new ServiceCollection().BuildServiceProvider(), resourceLoggerService);
Utils\ResourceNotificationServiceTestHelpers.cs (1)
16
hostApplicationLifetime ?? new
TestHostApplicationLifetime
(),