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
This commit is contained in:
Matt Dailey
2017-07-07 10:36:21 -04:00
committed by Jeroen van Erp
parent 303c03061c
commit aed3decf1d
4 changed files with 130 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
# incubating feature to allow mocking final classes
mock-maker-inline