The acceptance test is failing because we need to implement the print method in State...
authorGustavo Martin Morcuende <gustavo.martin@scmspain.com>
Sun, 4 Dec 2016 18:49:14 +0000 (19:49 +0100)
committerGustavo Martin Morcuende <gustavo.martin@scmspain.com>
Sun, 4 Dec 2016 18:49:14 +0000 (19:49 +0100)
commit112ce5a0b0f8e1d0877c059fd4e2b87c614f6c38
treedcb9ecef1ae2d67e37de8a64710bcc011ca5784a
parent2e164170069ed34a086056ba77d737f4719e592d
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]