We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Certain API changes where postponed according to mockito/mockito#1769 As the matter of fact, mockito3 only additionaly is a requirement on java 8.
So we should check for presence of all 1,2 and 3 versions.
rewrite-testing-frameworks/src/main/java/org/openrewrite/java/testing/mockito/RetainStrictnessWarn.java
Line 60 in 386f3d4
Also mentioned on https://davidvlijmincx.com/posts/setting_the_strictness_for_mockito_mocks/
The text was updated successfully, but these errors were encountered:
The default strictness of Mockito did not change until v4
ffdcd85
fixes openrewrite#622
@MockitoSettings(strictness = ...)
4a8792e
Successfully merging a pull request may close this issue.
Certain API changes where postponed according to mockito/mockito#1769
As the matter of fact, mockito3 only additionaly is a requirement on java 8.
So we should check for presence of all 1,2 and 3 versions.
rewrite-testing-frameworks/src/main/java/org/openrewrite/java/testing/mockito/RetainStrictnessWarn.java
Line 60 in 386f3d4
Also mentioned on https://davidvlijmincx.com/posts/setting_the_strictness_for_mockito_mocks/
The text was updated successfully, but these errors were encountered: