Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing IConsoleDriver publicly and adding Prompt tests #202

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jt000
Copy link

@jt000 jt000 commented Jan 5, 2022

Exposing the IConsoleDriver to allow custom input scenarios & easier testing

  • Created IConsoleDriverFactory to allow custom binding of an IConsoleDriver to a FormsEditor
  • Added a couple tests for Prompt.Input<> to show how this interface can be used for testing

Resolves #115

@shibayan shibayan self-requested a review January 6, 2022 11:57
@shibayan shibayan added the enhancement New feature or request label Jan 6, 2022
@shibayan shibayan added this to the v3.0.0 Release milestone Jan 6, 2022
@shibayan shibayan modified the milestones: v3.0.0 Release, Backlog Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow ConsoleDriver to be customizable
2 participants