CS 371 Lab #10: Unit Testing

Due: before the final exam, May 8

In this lab we will work on Unit Testing. C++ programmers can use a C++ Unit Testing tool called CppUnit. Your goal is to produce unit tests for all major classes in your project. Your friendly TA will be available to demonstrate JUnit.

Lab Work Step by Step