Skip to content

keraton/unitkata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unitkata

Unit kata is the junit tdd kata

TDD Rules

  • You are not allowed to write any production code unless it is to make a failing unit test pass.
  • You are not allowed to write any more of a unit test than is sufficient to fail; and compilation failures are failures.
  • You are not allowed to write any more production code than is sufficient to pass the one failing unit test.

TDD cycle

Red - Green - Refactor

Bonus

Use java 8 Stream

About

Unit kata is the junit tdd kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages