TDD Book: java examples
Very simple class that only generate greetings string for somebody. The person to whom it is say greetings passed to the constructor when an object creating. Whole code covered by unit tests.
- HelloSayer example ready
- Added code coverage by jacoco
- HelloSayer class tested against junit-quickcheck
- There are three different implementation of HelloSayer