4 references to AddApplicationLifecycleHealthCheck
Microsoft.Extensions.Diagnostics.HealthChecks.Common.Tests (4)
ApplicationLifecycleHealthChecksExtensionsTests.cs (4)
21serviceCollection.AddHealthChecks().AddApplicationLifecycleHealthCheck(); 31serviceCollection.AddHealthChecks().AddApplicationLifecycleHealthCheck("test1", "test2"); 49Assert.Throws<ArgumentNullException>(() => ((IHealthChecksBuilder)null!).AddApplicationLifecycleHealthCheck()); 50Assert.Throws<ArgumentNullException>(() => ((IHealthChecksBuilder)null!).AddApplicationLifecycleHealthCheck(null!));