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