6 references to Choice
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (6)
128promptBackchannel.AddPrompt("choice-prompt-1", "Deployment Region", InputTypes.Choice, "Select region:", isRequired: true, options: options); 156Assert.Equal(InputTypes.Choice, receivedPrompt.Inputs[0].InputType); 268promptBackchannel.AddPrompt("choice-prompt-1", "Environment", InputTypes.Choice, "Select environment:", isRequired: true, 313Assert.Equal(InputTypes.Choice, choicePrompt.Inputs[0].InputType); 346new("environment", "Environment", InputTypes.Choice, true, 398Assert.Equal(InputTypes.Choice, receivedPrompt.Inputs[2].InputType);