1 instantiation of TestAppHostBackchannelServer
Aspire.Cli.Tests (1)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (1)
125var server = new TestAppHostBackchannelServer(stalledMethod);
14 references to TestAppHostBackchannelServer
Aspire.Cli.Tests (14)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (14)
22using var server = TestAppHostBackchannelServer.Start(); 37using var server = TestAppHostBackchannelServer.Start(); 56using var server = TestAppHostBackchannelServer.Start(); 70using var server = TestAppHostBackchannelServer.Start(); 86using var server = TestAppHostBackchannelServer.Start(); 100using var server = TestAppHostBackchannelServer.Start(stalledMethod); 123public static TestAppHostBackchannelServer Start(string? stalledMethod = null) 125var server = new TestAppHostBackchannelServer(stalledMethod);