4 references to Boolean
Aspire.Cli.Tests (4)
Commands\PublishCommandPromptingIntegrationTests.cs (3)
283
("true", ResponseType.
Boolean
)
362
("true", ResponseType.
Boolean
)
862
public void SetupBooleanResponse(bool response) => _responses.Enqueue((response.ToString().ToLower(), ResponseType.
Boolean
));
TestServices\TestInteractionService.cs (1)
41
public void SetupBooleanResponse(bool response) => _responses.Enqueue((response.ToString().ToLowerInvariant(), ResponseType.
Boolean
));