Courses
Personal Projects
JUnit Testing
In Java, JUnit is a very popular testing framework
Allows you to write small snippets of test code that "drive" your real code
Provides assertion functions to verify that your code worked right
12 / 21