cs921.wordpress.com
Unit Testing With JUnit
During these first few weeks of class, we have been talking about JUnit and how it has features that allow us to test our code. We mainly talked about annotating methods to use as test cases as wel…