19 references to ReceivedPrompts
Aspire.Cli.Tests (19)
Commands\PublishCommandPromptingIntegrationTests.cs (19)
55Assert.Single(promptBackchannel.ReceivedPrompts); 56var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 101Assert.Single(promptBackchannel.ReceivedPrompts); 102var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 153Assert.Single(promptBackchannel.ReceivedPrompts); 154var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 200Assert.Single(promptBackchannel.ReceivedPrompts); 201var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 246Assert.Single(promptBackchannel.ReceivedPrompts); 247var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 304Assert.Equal(3, promptBackchannel.ReceivedPrompts.Count); 306var textPrompt = promptBackchannel.ReceivedPrompts[0]; 311var choicePrompt = promptBackchannel.ReceivedPrompts[1]; 316var boolPrompt = promptBackchannel.ReceivedPrompts[2]; 383Assert.Single(promptBackchannel.ReceivedPrompts); 384var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 451Assert.Single(promptBackchannel.ReceivedPrompts); 452var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 521ReceivedPrompts.Add(prompt);