Jamie Cansdale is continuing his work on version 2.0 of the must-have TestDriven.NET Visual Studio add-in. Jamie mentions that TestDriven.NET 2.0 beta is available via (the now Microsoft-owned) FolderShare. Here's Jamie's list of v2.0 improvements:
- Built and tested using the RTM bits of .NET 2.0 and Visual Studio 2005
- Support for Visual Studio 2005 Team System unit testing and debugging
- Support for Visual Studio 2005 Express Editions
- Compatible with 64bit versions of Windows
- Backward compatible with Visual Studio .NET 2002/2003
- Shiny new extensibility model
In NUnit news, Charlie Poole points out that next iteration release (2.2.3) is now available, with some interesting improvements. Highlights from the release notes:
-
NUnit can now be installed and run under .NET 2.0 and used in conjunction with VS2005. A problem that prevented installation when .NET 2.0 Beta 2 was the only installed framework has been corrected. NUnit 2.2.3 installation requires one of the following .NET framework versions to be present: 2.0.50727, 2.0.50215, 2.0.40607, 1.1.4322 or 1.0.3705.
-
A number of new Assert Methods have been added:
- The StringAssert class has been moved from the extensions assembly into nunit.framework. It supports the following methods:
- StringAssert.Contains(string,string) - Tests whether a string contains an expected string.
- StringAssert.StartsWith(string,string) - Tests whether a string begins with an expected string.
- StringAssert.EndsWith(string,string) - Tests whether a string ends with an expected string.
- StringAssert.AreEqualIgnoringCase(string,string) - Compares two strings for equality without regard to case and gives an error message showing the actual strings, without case adjustment.
And finally, if you happen to read this within the next few hours, Noah Coad posts about the next Team System Chat (for the Developer and Tester Editions) today (11/16) at 1:00 PM EST.
-Chris