Skip to content

CodiumTeam/tdd-training-java

Repository files navigation

Installation

  1. Install JUnit
  2. Install Mockito for the KataBank. Download files.
  3. Run inside Eclipse or other IDE.

Katas

Fizz Buzz

Good kata to start doing TDD

Roman Numerals

Good kata to keep practicing TDD

Password validator

Easy kata to practice the importance of the test order.

User registration

Kata to practice tests doubles

Print date

Kata to start practicing with mocks and stubs.

Coffee Machine

Good kata to practice outside-in TDD.