- Testing
- TDD
- Mocks
Strict mocks vs fakes: when green is a lie
A test can be green and still hide a bug. The difference between a strict mock and a fake is not theoretical — it changes what you are verifying.
// tag
1 article
A test can be green and still hide a bug. The difference between a strict mock and a fake is not theoretical — it changes what you are verifying.