Writing test for XXX requires a while loop
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 27 Nov 2016 17:16:02 +0000 (18:16 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 27 Nov 2016 17:17:31 +0000 (18:17 +0100)
commit8dc2c72c66fb5f76fdcd0d59f60bb41cbefac9c7
tree4b5094c2a9f757fbfa3c4be06c437118d36aaa3f
parent609b56a964b5733b27c06e1a68e75deac49b3697
Writing test for XXX requires a while loop

Duplication: there is two loops appending letters, we want to remove one because
both of them are doing the same.
TDD/sandromancuso/romannumerals/src/main/java/org/craftedsw/romannumerals/RomanNumeralGenerator.java
TDD/sandromancuso/romannumerals/src/test/java/org/craftedsw/romannumerals/RomanNumeralsGeneratorShould.java