TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test
November 18, 2008 – 10:00 pmTestDriven.Net 2.11: Parameterized NUnit Tests
TestDriven.Net has always supported parameterized test methods when used with the MbUnit testing framework. When using MbUnit, it is common for a single test method to execute multiple tests with different parameter inputs. The most famous of these test types is the MbUnit RowTest.
Until now there has been little reason to add support for executing parameterized tests using NUnit (historically NUnit has only supported parameterless test methods). However Andreas Schlapsi has recently written an implementation of MbUnit’s RowTest using NUnit 2.4’s Addin extensibility mechanism.
I’ve updated TestDriven.Net 2.11 to better support NUnit add-ins and enable the targeting of RowTests and other parameterized test types. This version also includes a workaround for a log4net related issue that was causing a noticeable delay when launching the NUnit 2.4 GUI. You can find the release notes for TestDriven.Net 2.11 here.
To install the RowTest Extension for NUnit you will need to do the following:
- Download and install TestDriven.Net 2.11.
- Download the RowTest Extension for NUnit 2.4.5 (Binary).
- Create a directory called ‘addins’ in ‘%ProgramFiles%\TestDriven.NET 2.0\NUnit\2.4′.
- Copy the ‘NUnitExtension.RowTest.AddIn.dll’ file into the ‘addins’ directory (don’t put any non-assembly files there).
- Add a reference to ‘NUnitExtension.RowTest.dll’ from your NUnit test project.

You can then start writing and executing MbUnit style RowTests inside your NUnit projects! You can find Peli’s original RowTest example here.

To view your RowTests inside the NUnit GUI you will need to use ‘Test With > NUnit 2.4′. You will find this option on the ‘Solution Explorer’ project context menu.
Thanks to Wayne Brantley for letting me know about the RowTest Extension for NUnit.
Zune Firmware 3.1
The new Zune 3.1 firmware is available now.It includes a major update to Zune Social, extra free games and some stability/performance updates to the Zune PC software and Zune firmware.Mark Harrison
Mark Harrison
Book Review: Silverlight 2 in Action
Have you guys read Silverlight 2 in Action book? I just finished reading the final version of this book. It was great! This is my second time that I read this book. I?ve read the early version of this book because Steven Hong, Marketing Coordinator of Manning Publications send me the MEAP copy
Michael Sync
Cumulative Update Package 2 for SQL Server 2008
Another set of Cumulative Update package is ready for review on SQL Server 2008 - this package contains hotfixes for the issues that have been fixed since the release of SQL Server 2008. Earlier posting on Cumulative Update Package 1 for SQL 2008 one of the user asked me how to find out how many upd
Satya SK Jayanty
Building Web Sites with ASP.NET - Part 1
In this first part of the series, Brian delves into setting up an ASP.NET web application that makes use of object-oriented design patterns while making use of the latest and greatest technologies as they make sense. He begins with an overview of the project creation using Visual Studio 2008 including the coverage of the modal popups feature. Brian also examines the usage of themes and the implementation of searching with the help of screenshots and related source code.
Brian Mains
You must be logged in to post a comment.