- Unit Testing Basics (& antipatterns) (20min)
- Arrange Act Assert
- Test one thing
- Don't repeat yourself
- Overtesting
git clone ...
- Mocking dependencies (20min)
- normal mocking
- Setting mock behaviour on void methods
git checkout roman-numerals
- Pairing (driver / navigator roles) (60min)
- TDD Ping Pong Decoding Roman Numerals