The acceptance test is failing because we need to implement the print method in State...
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 18:49:14 +0000 (19:49 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 22:30:34 +0000 (23:30 +0100)
commit83cbb3bb00084beec6151e6a4780905dc7ec1a7f
treedcb9ecef1ae2d67e37de8a64710bcc011ca5784a
parent6ba63b5e937749b0637a00ec8c854557f9b99e49
The acceptance test is failing because we need to implement the print method in StatementPrinter.

We always write first a test and then the implementation.
In this case we have to create the test called StatementPrinterShould and from
there we can create the implementation for the print method.
TDD/sandromancuso/bank/src/main/java/org/craftedsw/feature/StatementPrinter.java
TDD/sandromancuso/bank/src/test/java/org/craftedsw/feature/StatementPrinterShould.java [new file with mode: 0644]