5 references to FilePathPromptCalls
Aspire.Cli.Tests (5)
Commands\PublishCommandPromptingIntegrationTests.cs (4)
291Assert.Single(consoleService.FilePathPromptCalls); 835Assert.Single(consoleService.FilePathPromptCalls); 881Assert.Single(consoleService.FilePathPromptCalls); 923var filePromptCall = Assert.Single(consoleService.FilePathPromptCalls);
TestServices\TestInteractionService.cs (1)
138FilePathPromptCalls.Add(new FilePathPromptCall(promptText, binding?.DefaultValue, directory));