Objections to Unit Testing
Complete Developer Podcast - Un pódcast de BJ Burns and Will Gant - Jueves
Categorías:
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.