Commands\PublishCommandPromptingIntegrationTests.cs (6)
129promptBackchannel.AddPrompt("choice-prompt-1", "Deployment Region", InputTypes.Choice, "Select region:", isRequired: true, options: options);
157Assert.Equal(InputTypes.Choice, receivedPrompt.Inputs[0].InputType);
269promptBackchannel.AddPrompt("choice-prompt-1", "Environment", InputTypes.Choice, "Select environment:", isRequired: true,
314Assert.Equal(InputTypes.Choice, choicePrompt.Inputs[0].InputType);
347new("Environment", InputTypes.Choice, true,
399Assert.Equal(InputTypes.Choice, receivedPrompt.Inputs[2].InputType);