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