Jon
Tue Mar 07 15:42:18 CST 2006
William Stacey [MVP] <william.stacey@gmail.com> wrote:
> There are two things that I really like more about VS. Better overall
> integration with VS. And you can right-click a method and gen the test stub
> automatically.
Does it assume a "one test method per concrete method" model though?
That's what Eclipse assumes when you ask it to generate a test skeleton
- and it's almost never what I actually want. (I just start with a bare
test class.)
It's also not useful for true TDD, where the tests come before the code
they're calling.
> You also get code coverage results with integration to show
> what lines where not covered. Not sure what nunit offers today in that
> regard.
You can run NUnit over NCover. I haven't used it much myself, but I've
done enough to know it works.
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too