Objections to Unit Testing
Complete Developer Podcast - A podcast by BJ Burns and Will Gant - Giovedì
Testing code is not easy, you have to think about all the different ways your code can go wrong and then write tests to cover them. You generally write more test code than functional code when creating unit tests.