2 instantiations of StringPromptCall
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1163StringPromptCalls.Add(new StringPromptCall(promptText, binding?.DefaultValue, isSecret));
TestServices\TestInteractionService.cs (1)
125StringPromptCalls.Add(new StringPromptCall(promptText, binding?.DefaultValue, isSecret));
5 references to StringPromptCall
Aspire.Cli.Tests (5)
Commands\PublishCommandPromptingIntegrationTests.cs (4)
636var promptCall = promptCalls[0]; 748var promptCall = promptCalls[0]; 791var promptCall = promptCalls[0]; 1143public List<StringPromptCall> StringPromptCalls { get; } = [];
TestServices\TestInteractionService.cs (1)
47public List<StringPromptCall> StringPromptCalls { get; } = [];