Clock test is green.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 18:32:51 +0000 (19:32 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 22:30:31 +0000 (23:30 +0100)
commit6ba63b5e937749b0637a00ec8c854557f9b99e49
tree3774f987f14a1f1c8d361f7574cf85fbab0bb820
parente6204bb5b21869f732b8235b51dfd10022d67581
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