-
Notifications
You must be signed in to change notification settings - Fork 103
The default strictness did not change until v4 #622
Copy link
Copy link
Closed
Description
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.
Line 60 in 386f3d4
| 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/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done