8 ms·
I think the problem is that it's on his users to enable this flag, not something that can be done by Mockito automatically.
by wging 9mo ago
I think the problem is that it's on his users to enable this flag, not something that can be done by Mockito automatically.
- jhhh 9mo agoMost people want their test suite to pass. If they ugprade java and mockito prints out a message that they need to enabled '--some-flag' while running tests they're just going to add that flag to surefire in their pom. Seems like quite a small speedbump.