3 references to CheckIfImplemented
Aspire.Components.Common.Tests (3)
ConformanceTests.cs (3)
45protected bool MetricsAreSupported => CheckIfImplemented(SetMetrics); 48protected bool HealthChecksAreSupported => CheckIfImplemented(SetHealthCheck); 52protected bool TracingIsSupported => CheckIfImplemented(SetTracing);