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

The default strictness did not change until v4 #622

Closed
Jenson3210 opened this issue Oct 29, 2024 · 0 comments · Fixed by #623
Closed

The default strictness did not change until v4 #622

Jenson3210 opened this issue Oct 29, 2024 · 0 comments · Fixed by #623

Comments

@Jenson3210
Copy link
Contributor

Jenson3210 commented Oct 29, 2024

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.

TreeVisitor<?, ExecutionContext> div = new DependencyInsight("org.mockito", "mockito-*", "[1.1,2.17)", null).getVisitor();

Also mentioned on https://davidvlijmincx.com/posts/setting_the_strictness_for_mockito_mocks/

@Jenson3210 Jenson3210 changed the title The default strictness did not change untill v4. The default strictness did not change until v4. Oct 29, 2024
@Jenson3210 Jenson3210 changed the title The default strictness did not change until v4. The default strictness did not change until v4 Oct 29, 2024
Jenson3210 pushed a commit to Jenson3210/rewrite-testing-frameworks that referenced this issue Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
1 participant