5 instantiations of TestEnvironmentCheck
Aspire.Cli.Tests (5)
Utils\EnvironmentCheckerTests.cs (5)
28new TestEnvironmentCheck(0, _ => 35new TestEnvironmentCheck(1, _ => Task.FromResult<IReadOnlyList<EnvironmentCheckResult>>([completedResult])), 74new TestEnvironmentCheck(0, _ => blockedCheck.Task), 75new TestEnvironmentCheck(1, _ => 98[new TestEnvironmentCheck(0, _ => blockedCheck.Task)],
1 reference to TestEnvironmentCheck
Aspire.Cli.Tests (1)
Utils\EnvironmentCheckerTests.cs (1)
61Assert.Equal(nameof(TestEnvironmentCheck), timeoutResult.Metadata!["checkType"]!.GetValue<string>());