5 references to String
Aspire.Cli.Tests (5)
Commands\PublishCommandPromptingIntegrationTests.cs (4)
281
("MyTestApp", ResponseType.
String
),
359
("Server=localhost;Database=MyApp;", ResponseType.
String
),
360
("secret-api-key-12345", ResponseType.
String
),
860
public void SetupStringPromptResponse(string response) => _responses.Enqueue((response, ResponseType.
String
));
TestServices\TestInteractionService.cs (1)
39
public void SetupStringPromptResponse(string response) => _responses.Enqueue((response, ResponseType.
String
));