Introduction
The objective of this lab is to:
- Familiarize you with JUnit, a tool that can bring sanity to your life by systematically testing your code.
Your first step is to create a new project in your workspace
named project3
. Inside that project, create a package lab3
.