-
Notifications
You must be signed in to change notification settings - Fork 202
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
Should mockito kotlin have transitive dependency to mockito inline? #475
Comments
This would also make a hard reference to all possible changes in the core mockito. |
|
@TimvdLippe will mockito kotlin get a new release soon? |
@emartynov if you want to send us a PR that bumps Mockito and makes the CI pass, sure I can publish a new release. |
I'm afraid, except for the version bump, there should be addressed #473 . I will check if I can write a variant of the mock function that covers this situation. |
Ah sorry, I meant #474 |
having this support Mockito 5 would be amazing :) |
Classes by default are closed for extension in Kotlin.
For mocking final classes, we have to use mockito inline.
So should mockito kotlin have transitive dependency to the kotlin inline?
The text was updated successfully, but these errors were encountered: