Please be aware of future JDK releases that can break your test if you are using `mockito-core`. Mockito is ready for the future with the `mockito-inline` artifact, which enables the future-proof inline mockmaker. We recommend switching the artifact if you run into these issues.
2
26
68
0
1
@MockitoJava Do you recommend to use mockito-inline always instead of mockito-core? In this case I would update my #mockito tutorial vogella.com/tutorials/Mock…