Description

The goal of unit testing is to isolate a single piece of code and guarantee its validity, so that we can count on it when working with larger sections of our program. In this lab we will learn about: