Now we have test expecting some result, it is now failing for the right reasons.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 15:19:08 +0000 (16:19 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 22:29:35 +0000 (23:29 +0100)
commitaa9045e01d5c088745d1d2d061bcd4683c0faf2a
treebfb25914dd29a34cb37361e07e1665fc9b61788f
parent322fa03862c394650916d64b73424b03cc252751
Now we have test expecting some result, it is now failing for the right reasons.

We are using the double loop of unit testing:

* First, start with an acceptance test.
* Second, once the acceptance test is failing for the right reason then you
go to the inner loop of TDD (the unit test) we can start unit testing our code.
  Once we have all the classes under unit tests our accpetance test should go green.
TDD/sandromancuso/bank/src/main/java/org/craftedsw/feature/Account.java
TDD/sandromancuso/bank/src/test/java/org/craftedsw/feature/PrintStatementFeature.java