Clock test is green.
authorGustavo Martin Morcuende <gustavo.martin@scmspain.com>
Sun, 4 Dec 2016 18:32:51 +0000 (19:32 +0100)
committerGustavo Martin Morcuende <gustavo.martin@scmspain.com>
Sun, 4 Dec 2016 18:39:57 +0000 (19:39 +0100)
commit2e164170069ed34a086056ba77d737f4719e592d
tree3774f987f14a1f1c8d361f7574cf85fbab0bb820
parentdb44fcfef3b4ad57eb0e75a22e41bd26e9af811a
Clock test is green.

Inline as much code as possible (getting ride of variables)
We isolate and control the randomness in our code.
No using spies, instead, we use private classes in our tests.
TDD/sandromancuso/bank/src/main/java/org/craftedsw/feature/Clock.java
TDD/sandromancuso/bank/src/test/java/org/craftedsw/feature/ClockShould.java