Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 492 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

Gilded Rose

Refactoring kata

Password validator

Easy kata to practice the importance of the test order.

Print date

Kata to start practicing with mocks and stubs.

Bank

Good kata to learn Outside-in TDD with mocks