Using Mockito with JUnit 5
Since version 2.16.3 Mockito has official support for Junit5. Using Mockito with JUnit now is even easier than before. Previously I kept forgetting what rule I was supposed to use for injecting the mocks, and how I set the strictness again? Plus the extra field in each test class! Mockito with JUnit 5 example The newly introduced extension is not part of …