3 writes to TestConnectionAsyncCallback
Aspire.Cli.Tests (3)
Utils\DcpConnectionHealthCheckTests.cs (3)
27TestConnectionAsyncCallback = (_, _, _) => throw new InvalidOperationException("Should not be called.") 110TestConnectionAsyncCallback = (path, useDeveloperCertificate, _) => 141TestConnectionAsyncCallback = (_, useDeveloperCertificate, _) => Task.FromResult(
2 references to TestConnectionAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDcpConnectionChecker.cs (2)
14if (TestConnectionAsyncCallback is not null) 16return TestConnectionAsyncCallback(dcpDirectory, useDeveloperCertificate, cancellationToken);