3 writes to PromptForSelectionCallback
Aspire.Cli.Tests (3)
Commands\AddCommandTests.cs (3)
554
mockInteraction.
PromptForSelectionCallback
= (message, choices, formatter, ct) =>
602
mockInteraction.
PromptForSelectionCallback
= (message, choices, formatter, ct) =>
651
mockInteraction.
PromptForSelectionCallback
= (message, choices, formatter, ct) =>
2 references to PromptForSelectionCallback
Aspire.Cli.Tests (2)
TestServices\TestConsoleInteractionService.cs (2)
49
if (
PromptForSelectionCallback
is not null)
55
var result =
PromptForSelectionCallback
(promptText, choices, o => choiceFormatter((T)o), cancellationToken);