Everyone agrees upon unit-tests are important. The agile movement also preaches that tests are documentation. And what about various levels of integration-tests? Another dimension is the execution speed of tests. Until now, you have had to pick one or the other..... not anymore..
- Guides/tutorials/howtos (Concrete examples on how to solve common problems. Each pattern/howto should be a separate page.)
Also take a look at the testing guidelines on the Unitils site: http://www.unitils.org/guidelines.html
http://blogg.joakimsunden.se/
When To Use Mock Objects?