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