- Purpose - to demonstrate the use of Java Classes.
- Objective - to implement a Java Class which encapsulates data about a
Personobject
-
Ensure Each Test Passes Successfully
- Ensure the class
TestPersonhas 100% success rate before continuing.
- Ensure the class
-
Finish Features
- Add 5 different fields to the
Personclass. - Ensure each of the methods for manipulating and accessing these fields have appropriate testing in the
TestPerson.
- Add 5 different fields to the