13 instantiations of TestHostApplicationLifetime
Aspire.Hosting.Tests (13)
Dashboard\DashboardServiceTests.cs (12)
44
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), NullLogger<DashboardServiceImpl>.Instance);
97
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), NullLogger<DashboardServiceImpl>.Instance);
149
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
234
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
304
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
351
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
410
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
447
var dashboardService = new DashboardServiceImpl(dashboardServiceData, new TestHostEnvironment(), new
TestHostApplicationLifetime
(), new ConfigurationBuilder().Build(), loggerFactory.CreateLogger<DashboardServiceImpl>());
505
new
TestHostApplicationLifetime
(),
534
new
TestHostApplicationLifetime
(),
564
new
TestHostApplicationLifetime
(),
605
return new ResourceNotificationService(NullLogger<ResourceNotificationService>.Instance, new
TestHostApplicationLifetime
(), new ServiceCollection().BuildServiceProvider(), resourceLoggerService);
Utils\ResourceNotificationServiceTestHelpers.cs (1)
16
hostApplicationLifetime ?? new
TestHostApplicationLifetime
(),