D
David Dvali
Is there any good automated unit tests for C# like CPPUNIT
(http://sourceforge.net/projects/cppunit) for C++?
(http://sourceforge.net/projects/cppunit) for C++?
David Dvali said:Is there any good automated unit tests for C# like CPPUNIT
(http://sourceforge.net/projects/cppunit) for C++?
Tim said:Another useful tip is if you use NUnit, you'll be pleases when VS2005 comes
out in 3 months as it has an NUnit clone built in.
ROFL. I think this is the funniest thing I've heard anybody say about
Team System![]()
Tim said:The NUnit bit? Or the bit about MS releasing in 3 months? ;�)
Tim Haughton said:Another useful tip is if you use NUnit, you'll be pleases when VS2005
comes
out in 3 months as it has an NUnit clone built in.
--
Regards,
Tim Haughton
Agitek
http://agitek.co.uk
http://blogitek.com/timhaughton
David Dvali said:Where can I get NUnit and is it free?
Tim Haughton said:Another useful tip is if you use NUnit, you'll be pleases when VS2005 comes
out in 3 months as it has an NUnit clone built in.
Oliver Sturm said:The "NUnit clone" bit![]()
Jay B. Harlow said:Daniel,
Wasn't the original xUnit implemented in SmallTalk?
I don't consider the Unit Test feature of Team System an NUnit clone as
much
as yet another implementation of a TDD platform. Don't get me wrong I do
like the Unit Test feature of Team System....
Jon Skeet said:As far as I'm aware, that's only for Team System - i.e. the really
expensive edition. Apparently MS think that mere professionals don't
use unit tests![]()
Daniel said:why not go whole hog and just say it includes a clone of NUnit which in
itself is a clone of JUnit.
Its not like NUnit was a brilliant individual accomplishment.
Oliver Sturm said:The thing I was laughing about was merely that I'm sure Microsoft won't
like anybody calling an important part of their flagship product for
developers a clone of something.
Tim said:Normally I think you'd be right. But in this case, Microsoft *want* it to be
seen as an NUnit clone to speed people's transition from NUnit. And I've
been told by more than one person at MS that this is so.
I know that Jim Newkirk was working on a conversion tool, wonder if that's
done yet.
Daniel O'Connell said:why not go whole hog and just say it includes a clone of NUnit which in
itself is a clone of JUnit.
Its not like NUnit was a brilliant individual accomplishment.
You'll find a beginners tutorial on Test-driven Development using NUnit
at http://www.parlezuml.com/tutorials/agiledotnet.htm
Tim Haughton said:NUnit v1 was a JUnit clone. v2 moved beyond JUnit. But that's like saying
that C# is 75% Java, 10% C++ and 15% VB. But wait, Java is 50% C++, and
C++
is 35% C. Everything can be reduced to intrinsics, would it have added
anything to the thread? (note - I made these figures up). My calling it an
NUnit clone wasn't in any way intended as a criticism.
NUnit was a good community accomplishment. Good software developers
writing
good software for developers.