3 references to CheckIfImplemented
Aspire.Components.Common.TestUtilities (3)
ConformanceTests.cs (3)
77protected bool MetricsAreSupported => CheckIfImplemented(SetMetrics); 80protected bool HealthChecksAreSupported => CheckIfImplemented(SetHealthCheck); 84protected bool TracingIsSupported => CheckIfImplemented(SetTracing);