Menu

csUnit 2.0.2 Released

csUnit 2.0.2 Released

csUnit 2.0.2 has been released and is available for download at http//www.csunit.org/download.

This release has been tested with .NET 1.1 and VS.NET 2003. It contains the following changes:

1) A new TestAssemblyFixtureAttribute. This can be used to implement a class with an optional SetUp and an optional TearDown method. The former method is called before any test in a test assembly is executed. The latter is called once after all configured tests in a test assembly have been executed, regardless of their outcome. This delivers feature request "Assembly SetUp and TearDown" (SourceForge ID 758068).

2) The Assert class now also supports Assert.DoesNotContain() taking two strings. Two overloads are available with one taking a third parameter for a custom message, should the assertion fail.

3) csUnitCmd does not longer write a default file if no /xml directive is supplied at the command line.

4) More tests/refactorings to improve overall quality. This affects in particular assertions that take a permitted delta as one of their parameters. The permitted delta cannot be negative any longer.

Please support the project with your donation (see button at http://www.csunit.org/download\). Thank you!

Regarding support for .NET 2.0 and VS 2005: We'll have a first beta version available for .NET 2.0 by the end of March 2006.

About csUnit

Inspired by JUnit, csUnit brings the power of unit testing to the .NET framework. csUnit is your key to test-driven development using .NET languages such as C#, Visual Basic .NET, Visual J#, or Managed C++. csUnit was founded in 2001. For more information see http://www.csunit.org.

Kind regards,
Manfred.
---
Manfred Lange.
csUnit lead developer
Email: manfred @ csunit . org (remove spaces)
http://www.csunit.org

Posted by Manfred Lange 2006-03-11

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.