24 references to ReceivedPrompts
Aspire.Cli.Tests (24)
Commands\PublishCommandPromptingIntegrationTests.cs (24)
56Assert.Single(promptBackchannel.ReceivedPrompts); 57var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 102Assert.Single(promptBackchannel.ReceivedPrompts); 103var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 154Assert.Single(promptBackchannel.ReceivedPrompts); 155var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 201Assert.Single(promptBackchannel.ReceivedPrompts); 202var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 247Assert.Single(promptBackchannel.ReceivedPrompts); 248var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 305Assert.Equal(3, promptBackchannel.ReceivedPrompts.Count); 307var textPrompt = promptBackchannel.ReceivedPrompts[0]; 312var choicePrompt = promptBackchannel.ReceivedPrompts[1]; 317var boolPrompt = promptBackchannel.ReceivedPrompts[2]; 384Assert.Single(promptBackchannel.ReceivedPrompts); 385var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 452Assert.Single(promptBackchannel.ReceivedPrompts); 453var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 504Assert.Single(promptBackchannel.ReceivedPrompts); 505var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 559Assert.Single(promptBackchannel.ReceivedPrompts); 630Assert.Single(promptBackchannel.ReceivedPrompts); 631var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 752ReceivedPrompts.Add(prompt);