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