11 references to String
Aspire.Cli.Tests (11)
Commands\PublishCommandPromptingIntegrationTests.cs (10)
273
(relativeMissingFile, ResponseType.
String
),
274
(relativeSelectedFile, ResponseType.
String
));
353
("MyTestApp", ResponseType.
String
),
431
("Server=localhost;Database=MyApp;", ResponseType.
String
),
432
("secret-api-key-12345", ResponseType.
String
),
817
(relativeOversized, ResponseType.
String
),
818
(relativeValid, ResponseType.
String
));
863
(relativeWrong, ResponseType.
String
),
864
(relativeCorrect, ResponseType.
String
));
1148
public void SetupStringPromptResponse(string response) => _responses.Enqueue((response, ResponseType.
String
));
TestServices\TestInteractionService.cs (1)
64
public void SetupStringPromptResponse(string response) => _responses.Enqueue((response, ResponseType.
String
));