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]; 303Assert.Equal(3, promptBackchannel.ReceivedPrompts.Count); 305var textPrompt = promptBackchannel.ReceivedPrompts[0]; 310var choicePrompt = promptBackchannel.ReceivedPrompts[1]; 315var boolPrompt = promptBackchannel.ReceivedPrompts[2]; 382Assert.Single(promptBackchannel.ReceivedPrompts); 383var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 450Assert.Single(promptBackchannel.ReceivedPrompts); 451var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 502Assert.Single(promptBackchannel.ReceivedPrompts); 503var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 557Assert.Single(promptBackchannel.ReceivedPrompts); 628Assert.Single(promptBackchannel.ReceivedPrompts); 629var receivedPrompt = promptBackchannel.ReceivedPrompts[0]; 792ReceivedPrompts.Add(prompt);