6 references to Boolean
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (6)
177promptBackchannel.AddPrompt("bool-prompt-1", "Enable Verbose Logging", InputTypes.Boolean, "Enable verbose logging?", isRequired: false); 205Assert.Equal(InputTypes.Boolean, receivedPrompt.Inputs[0].InputType); 277promptBackchannel.AddPrompt("bool-prompt-1", "Create Backup", InputTypes.Boolean, "Create backup?", isRequired: false); 320Assert.Equal(InputTypes.Boolean, boolPrompt.Inputs[0].InputType); 354new("enable-logging", "Enable Logging", InputTypes.Boolean, false, null) 405Assert.Equal(InputTypes.Boolean, receivedPrompt.Inputs[3].InputType);