Too Much Testing
Too Much Testing Published: Mar 22, 2008 Source: https://khebbie.dk/too-much-testing/ OK, so in this post I decided to put on display my total ignorance toward unit testing. I just read Chris Tavares article on ASP.NET MVC. It is by the way, a good introduction to ASP.NET MVC. However one thing i stumbled upon was the unit testing part. For example the “HelloController” is less than 20 lines of code, and the unit testing is more than 20 lines of code. ...