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