My solution regarding @abachar's kata : https://gist.github.com/abachar/d20bdcd07dac589feef8ef21b487648c
- Money deposit and withdrawal
- Account statement with date, amount & balance
- Statement printing
To build this project, run :
$ mvn install
Use this command to run tests :
$ mvn test