2 instantiations of TestHostApplicationLifetime
Aspire.Hosting.Testing.Tests (2)
ResourceLoggerForwarderServiceTests.cs (2)
31
var hostApplicationLifetime = new
TestHostApplicationLifetime
();
70
var hostApplicationLifetime = new
TestHostApplicationLifetime
();
3 references to TestHostApplicationLifetime
Aspire.Hosting.Testing.Tests (3)
ResourceLoggerForwarderServiceTests.cs (3)
31
var
hostApplicationLifetime = new TestHostApplicationLifetime();
70
var
hostApplicationLifetime = new TestHostApplicationLifetime();
144
private static ResourceNotificationService CreateResourceNotificationService(
TestHostApplicationLifetime
hostApplicationLifetime, ResourceLoggerService resourceLoggerService)