24 references to ReceivedPrompts
Aspire.Cli.Tests (24)
Commands\PublishCommandPromptingIntegrationTests.cs (24)
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]; 558Assert.Single(promptBackchannel.ReceivedPrompts); 628Assert.Single(promptBackchannel.ReceivedPrompts); 629var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 666ReceivedPrompts.Add(prompt);