Base:
6 references to Message
Aspire.Hosting.Tests (1)
HealthCheckTests.cs (1)
137
Assert.Equal("A health check registration is missing. Check logs for more details.", ex.
Message
);
Microsoft.Extensions.Diagnostics.Probes.Tests (1)
KubernetesProbesOptionsValidatorTests.cs (1)
88
Assert.Fail("Unexpected OptionsValidationException: " + ex.
Message
);
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (4)
ServiceDiscoveryDnsServiceCollectionExtensionsTests.cs (4)
51
Assert.Equal("Servers must not be null.", exception.
Message
);
64
Assert.Equal("MaxAttempts must be one or greater.", exception.
Message
);
77
Assert.Equal("Timeout must not be negative or zero.", exception.
Message
);
90
Assert.Equal("Timeout must not be greater than 2147483647 milliseconds.", exception.
Message
);