Starter TDD Kata in Java

Are you doing a TDD exercise or code kata? This repository is a preconfigured environment for doing TDD Katas in Java.

Dependencies

  • JUnit 5 (with parameterized test support)
  • AssertJ fluent assertion library
  • Mockito (if you need it - remember you can always hand roll your test doubles / fakes!)