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

Add ConsolePasswordFinder to read from Console #338

Merged
merged 4 commits into from
Jul 10, 2017

Commits on Jul 6, 2017

  1. Add ConsolePasswordFinder to read from Console

    * There was no example `PasswordFinder` to prompt
    a user for their password
    matthew-dailey committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    67c47a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Upgraded Mockito, and added message and retries to ConsolePasswordFinder

    * Upgraded Mockito to 2.8.47 (latest)
    * Added extension to allow mocking final classes
    * ConsolePasswordFinder allows custom message and number of retries
    * Added builder for ConsolePasswordFinder
    * Added more unit tests
    matthew-dailey committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    6ed109f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f85541 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Configuration menu
    Copy the full SHA
    b136fd5 View commit details
    Browse the repository at this point in the history