4 references to String
Aspire.Cli.Tests (4)
Commands\PublishCommandPromptingIntegrationTests.cs (4)
280
("MyTestApp", ResponseType.
String
),
358
("Server=localhost;Database=MyApp;", ResponseType.
String
),
359
("secret-api-key-12345", ResponseType.
String
),
603
public void SetupStringPromptResponse(string response) => _responses.Enqueue((response, ResponseType.
String
));