4 instantiations of TestCliHostEnvironment
Aspire.Cli.Tests (4)
Utils\SdkInstallHelperTests.cs (4)
109
var hostEnvironment = new
TestCliHostEnvironment
(supportsInteractiveInput: false);
144
var hostEnvironment = new
TestCliHostEnvironment
(supportsInteractiveInput: true);
178
var hostEnvironment = new
TestCliHostEnvironment
(supportsInteractiveInput: true);
212
var hostEnvironment = new
TestCliHostEnvironment
(supportsInteractiveInput: true);
4 references to TestCliHostEnvironment
Aspire.Cli.Tests (4)
Utils\SdkInstallHelperTests.cs (4)
109
var
hostEnvironment = new TestCliHostEnvironment(supportsInteractiveInput: false);
144
var
hostEnvironment = new TestCliHostEnvironment(supportsInteractiveInput: true);
178
var
hostEnvironment = new TestCliHostEnvironment(supportsInteractiveInput: true);
212
var
hostEnvironment = new TestCliHostEnvironment(supportsInteractiveInput: true);