9 instantiations of TestAppHostBackchannel
Aspire.Cli.Tests (9)
Commands\DeployCommandTests.cs (2)
162var backchannel = new TestAppHostBackchannel 228var backchannel = new TestAppHostBackchannel
Commands\ExecCommandTests.cs (1)
152var backchannel = new TestAppHostBackchannel();
Commands\PublishCommandTests.cs (2)
195var backchannel = new TestAppHostBackchannel(); 204var backchannel = new TestAppHostBackchannel();
Commands\RunCommandTests.cs (3)
173var backchannel = new TestAppHostBackchannel(); 238var backchannel = new TestAppHostBackchannel(); 293var backchannel = new TestAppHostBackchannel();
DotNet\DotNetCliRunnerTests.cs (1)
348options.AppHostBackchannelFactory = _ => new TestAppHostBackchannel();
8 references to TestAppHostBackchannel
Aspire.Cli.Tests (8)
Commands\DeployCommandTests.cs (2)
162var backchannel = new TestAppHostBackchannel 228var backchannel = new TestAppHostBackchannel
Commands\ExecCommandTests.cs (1)
152var backchannel = new TestAppHostBackchannel();
Commands\PublishCommandTests.cs (2)
195var backchannel = new TestAppHostBackchannel(); 204var backchannel = new TestAppHostBackchannel();
Commands\RunCommandTests.cs (3)
173var backchannel = new TestAppHostBackchannel(); 238var backchannel = new TestAppHostBackchannel(); 293var backchannel = new TestAppHostBackchannel();