JUnit FAQ - 0 views
-
They effectively communicate in an executable format how to use the software. They also prevent tendencies to over-build the system based on speculation. When all the tests pass, you know you're done!
-
Test-driven development is a lot more fun than writing tests after the code seems to be working
-
Do I have to write a test for everything? No, just test everything that could reasonably break.
- ...6 more annotations...