Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 565 Bytes

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.