Showing posts with label visual studio. Show all posts
Showing posts with label visual studio. Show all posts

Sunday, February 22, 2009

Unit Testing in VS

Can't believe it, every time I look at it, how comical it is - generate unit tests from code.

Yeah, it allows you to get tests up and running quickly, but makes one big supposition - that the code that you're generating a test for actually works.

Make TDD easier, and remove the feature, it's silly.

Martin.