> I'm looking for unit-testing tools for .NET.
> Somthing like Java has --> http://www.junit.org

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
I may add the excellent NUnit Addin for integration with visual studio.net
http://weblogs.asp.net/NUnitAddin/
You can also look at mock objects, which are a different approach of unit
testing...

Signature
Sebastien Lambla
http://thetechnologist.is-a-geek.com/blog/
> > I'm looking for unit-testing tools for .NET.
> > Somthing like Java has --> http://www.junit.org
>
> See http://nunit.sf.net - and please limit your cross-posting in
> future.
SBC - 10 Nov 2003 15:18 GMT
There's also csUnit (http://www.csunit.org/index.php).
There's also a weblog posting about unit testing tools:
http://weblogs.asp.net/sbchatterjee/posts/29566.aspx
SBC
> I may add the excellent NUnit Addin for integration with visual studio.net
>
[quoted text clipped - 8 lines]
> > See http://nunit.sf.net - and please limit your cross-posting in
> > future.
William Stacey - 10 Nov 2003 22:00 GMT
I like csunit a little better for c#.

Signature
William Stacey, MVP
> There's also csUnit (http://www.csunit.org/index.php).
> There's also a weblog posting about unit testing tools:
[quoted text clipped - 14 lines]
> > > See http://nunit.sf.net - and please limit your cross-posting in
> > > future.
Taylor - 15 Nov 2003 14:34 GMT
Why do you prefer csunit?
> I like csunit a little better for c#.
>
[quoted text clipped - 18 lines]
> > > > See http://nunit.sf.net - and please limit your cross-posting in
> > > > future.
William Stacey - 17 Nov 2003 17:54 GMT
I liked the tree view better and it "felt" a bit better for me. Both are
good however.

Signature
--
William Stacey, MVP
> Why do you prefer csunit?
>
[quoted text clipped - 22 lines]
> > > > > See http://nunit.sf.net - and please limit your cross-posting in
> > > > > future.
Peter Provost - 19 Nov 2003 17:52 GMT
Don't forget that csUnit has been released under the GPL (NUnit is not)
which can have an impact on what you can do with it if you produce
commercial systems (if you want to ship your test libraries or include the
tests directly in your production assembly for example).

Signature
----------------------------------------------------------------
Peter Provost
Weblog: http://www.peterprovost.org/
----------------------------------------------------------------
> I like csunit a little better for c#.
>
[quoted text clipped - 18 lines]
> > > > See http://nunit.sf.net - and please limit your cross-posting in
> > > > future.