HOW-TO: Test dependencies in a Maven project (JUnit, Mocito, Hamcrest, AssertJ)
JUnit itself is not enough for most of today's Java projects. You also need a mocking library, maybe something else. In this mini HOW-TO I present the test dependencies you can start with in a new Java project.