Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 528 Bytes

Coin Purse

This is the starter code for the Coin Purse. In future labs we will add to this application to illustrate several common design ideas and design patterns.

The instructions are See instructions are in week2/Lab2-CoinPurse.pdf

The file PurseTest.java is a JUnit 4 test suite. To use it you should add the Junit 4 "Library" to your IDE project. Eclipse, Netbeans, IntelliJ, and BlueJ include JUnit 4, but you have to tell the IDE to add it to your project.