Source: http://blog.8thlight.com/uncle-bob/2013/09/23/Test-first.html
- tests are specs for the system and are more important than the system itself
- (Tests should be) short, well factored, and well named. They ought to read like specifications; because they are specifications
- (Goal:) trust your test suite to the extent that, if it passes, you know you