OOP2018 / coinpurse-WorawatCh

coinpurse-WorawatCh created by GitHub Classroom
0 stars 1 forks source link

PurseTest missing BankNote tests #9

Closed kykungz closed 6 years ago

kykungz commented 6 years ago

Lab3-PolymorphicPurse.pdf

5.1 Write code to test your Purse. Write at least one test method for insert, withdraw, and getBalance to test that they work correctly with Coin and Banknote. You can write your own test class or modify the PurseTest (JUnit) class.