24 references to ReceivedPrompts
Aspire.Cli.Tests (24)
Commands\PublishCommandPromptingIntegrationTests.cs (24)
54Assert.Single(promptBackchannel.ReceivedPrompts); 55var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 100Assert.Single(promptBackchannel.ReceivedPrompts); 101var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 152Assert.Single(promptBackchannel.ReceivedPrompts); 153var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 199Assert.Single(promptBackchannel.ReceivedPrompts); 200var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 245Assert.Single(promptBackchannel.ReceivedPrompts); 246var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 377Assert.Equal(3, promptBackchannel.ReceivedPrompts.Count); 379var textPrompt = promptBackchannel.ReceivedPrompts[0]; 384var choicePrompt = promptBackchannel.ReceivedPrompts[1]; 389var boolPrompt = promptBackchannel.ReceivedPrompts[2]; 456Assert.Single(promptBackchannel.ReceivedPrompts); 457var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 524Assert.Single(promptBackchannel.ReceivedPrompts); 525var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 576Assert.Single(promptBackchannel.ReceivedPrompts); 577var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 631Assert.Single(promptBackchannel.ReceivedPrompts); 702Assert.Single(promptBackchannel.ReceivedPrompts); 703var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 1033ReceivedPrompts.Add(prompt);