Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 359 Bytes

File metadata and controls

12 lines (6 loc) · 359 Bytes

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.