Objections to Unit Testing
Complete Developer Podcast - En podcast af BJ Burns and Will Gant - Torsdage
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.