Mini-project 7: Implementing your Library from MP6
Instructions
Implement your library from MP6 in a module called MP7. Be sure to include unit tests for every concrete class and method. For abstract classes with one or more implemented methods, make a demonstration class that extends it, implement dummy methods for the abstract methods, and have the unit test consider the demonstration class.
Submission
Create a JAR file for MP7. See this page for the rubric. See the Canvas page to upload your submission.
(Back to top)