Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 230 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 230 Bytes

Java JUnit Dojo

Ideas for some Junit exercices.

Goals:

  • Understand unit testing goals
  • Understand what isn't a unit test
  • Use JUnit annotations and assertions
  • Increase coverage by using nice tools (tdd, bdd, mocks...etc.)