Commands\PublishCommandPromptingIntegrationTests.cs (6)
130promptBackchannel.AddPrompt("choice-prompt-1", "Deployment Region", InputTypes.Choice, "Select region:", isRequired: true, options: options);
158Assert.Equal(InputTypes.Choice, receivedPrompt.Inputs[0].InputType);
270promptBackchannel.AddPrompt("choice-prompt-1", "Environment", InputTypes.Choice, "Select environment:", isRequired: true,
315Assert.Equal(InputTypes.Choice, choicePrompt.Inputs[0].InputType);
348new("environment", "Environment", InputTypes.Choice, true,
400Assert.Equal(InputTypes.Choice, receivedPrompt.Inputs[2].InputType);