21 references to ReceivedPrompts
Aspire.Cli.Tests (21)
Commands\PublishCommandPromptingIntegrationTests.cs (21)
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]; 503Assert.Single(promptBackchannel.ReceivedPrompts); 504var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 576ReceivedPrompts.Add(prompt);