jUnit Tests
Want some quick and easy examples of how to implement jUnit test cases in a Maven project? Well, you're in luck as this tutorial covers exactly that.
We utilize jUnit and Mockito to test the interactions between a basic class and an interface.
Enjoy.