Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 473 Bytes

File metadata and controls

20 lines (14 loc) · 473 Bytes

tdd-book-java

TDD Book: java examples

Examples

HelloSayer

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.

History

Version 0.1.0

  • HelloSayer example ready
  • Added code coverage by jacoco
  • HelloSayer class tested against junit-quickcheck
  • There are three different implementation of HelloSayer