The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Fun with NUnit - clarification

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Fun with NUnit - clarification Posted: Oct 5, 2003 5:18 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Fun with NUnit - clarification
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement

I just got a comment on my Unit Testing article. The comment was by Manfred Land - the Project Manager for csUnit, and it clarifies some errors and some things I didn't write(or know) about csUnit when I wrote the article:

-----------------------------

While in general I liked the article, there are a few things I believe need clarification: you listed csUnit as a commercial tool. This is not correct. csUnit (http://www.csunit.org) is an open-source unit testing framework for the .NET framework. It is available for free under the terms of the GPL.

Also, csUnit does not provide a different mean of expressing tests, but instead supports the identical set of attributes for writing tests. Furthermore, csUnit introduced the TestFixtureSetup/TestFixtureTearDown methods back in May 2003 while other frameworks supported them not before end of September.

In csUnit, using assertions requires less typing compared to other frameworks, especially if you editor supports autocompletion of code. Just have a look at the csUnit.Assert class.

Support for loading multiple assemblies was introduced in May 2003, too, while other open source testing framework released similar functionality in September 2003.

Best regards,
Manfred.
---
Manfred Lange, Project Manager csUnit

----------------------------------

Thanks for the clarifications, Manfred. Sorry for the errors. I'll be looking into csUnit more thoroughly now, but I'm not sure if I'll use it. I still view NUnit as the DE-facto framework for unit testing in .net. However, I may be totally off base here. How many of you use csUnit and not NUnit?

Read: Fun with NUnit - clarification

Topic: Visual Basic Resource Kit Download Available Previous Topic   Next Topic Topic: Congratulations Robert!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use