Test Case Practice

In this lab you will be given a sample class reqresenting a square matrix. Your job is come up with a series of unit tests that will either illustrate the ways in which this class is broken, or to prove to the TA conclusively that it works.

The code is here

Start with asking yourself:

Notes on Matrix Multiplication

If you are unfamiliar with matrix multiplication (the topic of this program), you can refresh yourself here