|
- Prerequisites Before you begin this exercise, you need mastery of the following: Unit testing: Knowledge of unit testing Goal Reinforce your ability to write test drivers Outcomes You will demonstrate mastery of the following: Producing a test driver that verifies the implementation of a Java class Background In this assignment, you will write a test driver to verify that an untested piece of code is working correctly. We will provide the untested code --- a class called AthleteScores.
|