Due date: Tuesday 10/2 (individual assignment)
Write a test case class with at least five unit tests. All tests must relate to the same production class. Each test needs to relate to no more than one method in the class that is being tested, but there may be more than one test per method.Each test must be able to fail -- this means, if you intentionally break the code that is being tested, the test will fail.
Each team collects all their test cases into a test suite. The test suite will be demonstrated in class using the xUnit framework for your language.