-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Mockito 3 and bump major version (#417)
Mockito 3 requires Java 8 minimum and the ArgumentMatchers reject null by default. Therefore, matchers will no longer work if null is passed in (which is better for Kotlin since Kotlin is non-nullable by default).
- Loading branch information
1 parent
8031bd6
commit f4f4774
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters