3 references to FailCapturingCheck
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (3)
DefaultHealthCheckServiceTest.cs (3)
598
b.AddCheck<
FailCapturingCheck
>("degraded", HealthStatus.Degraded);
599
b.AddCheck<
FailCapturingCheck
>("healthy", HealthStatus.Healthy);
600
b.AddCheck<
FailCapturingCheck
>("unhealthy", HealthStatus.Unhealthy);