TestDriven.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:

  1. Download and install TestDriven.Net 2.11.
  2. Download the RowTest Extension for NUnit 2.4.5 (Binary).
  3. Create a directory called 'addins' in '%ProgramFiles%\TestDriven.NET 2.0\NUnit\2.4'.
  4. Copy the 'NUnitExtension.RowTest.AddIn.dll' file into the 'addins' directory (don't put any non-assembly files there).
  5. Add a reference to 'NUnitExtension.RowTest.dll' from your NUnit test project.

 RunRowTest

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

TestWithNUnit24

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.

NUnitGui

Thanks to Wayne Brantley for letting me know about the RowTest Extension for NUnit.

Published Monday, December 17, 2007 4:41 AM by Jamie Cansdale

Comments

# andreas-schlapsi.com ?? TestDriven.NET supports RowTestExtension

Pingback from  andreas-schlapsi.com ?? TestDriven.NET supports RowTestExtension

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Ubuntu and Red Hat praise IBM as it joins OpenOffice.org

Pingback from  Developer News  » Blog Archive   »  Ubuntu and Red Hat praise IBM as it joins OpenOffice.org

# Developer News » Blog Archive » My first Extension method… I decided as part of my

Pingback from  Developer News  » Blog Archive   »  My first Extension method… I decided as part of my

# Developer News » Blog Archive » SQL Server Security & Compliance - webcast by IDERA “SQL

Pingback from  Developer News  » Blog Archive   »  SQL Server Security & Compliance - webcast by IDERA “SQL

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Ubuntu and Red Hat praise IBM as it joins OpenOffice.org

Pingback from  Developer News  » Blog Archive   »  Ubuntu and Red Hat praise IBM as it joins OpenOffice.org

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » IntelliJ Does Flex The latest build of JetBrains’ IntelliJ IDE

Pingback from  Developer News  » Blog Archive   »  IntelliJ Does Flex The latest build of JetBrains’ IntelliJ IDE

# Developer News » Blog Archive » Optimalon ships Gipals32 version 2.5 Optimalon Software has announced the

Pingback from  Developer News  » Blog Archive   »  Optimalon ships Gipals32 version 2.5 Optimalon Software has announced the

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Useful Extension Methods In this article, Brian examines extension methods

Pingback from  Developer News  » Blog Archive   »  Useful Extension Methods     In this article, Brian examines extension methods

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » CodeSnip: How to Run Any Oracle Script File Through Shell

Pingback from  Developer News  » Blog Archive   »  CodeSnip: How to Run Any Oracle Script File Through Shell

# Developer News » Blog Archive » ASP.NET MVC Source Code Now Available Last month I blogged

Pingback from  Developer News  » Blog Archive   »  ASP.NET MVC Source Code Now Available Last month I blogged

# Developer News » Blog Archive » Syncro Soft ships Syncro SVN Client version 3.0 Syncro Soft

Pingback from  Developer News  » Blog Archive   »  Syncro Soft ships Syncro SVN Client version 3.0 Syncro Soft

# Developer News » Blog Archive » CodeSnip: Using the Windows Indexing Service with ASP.NET and C#

Pingback from  Developer News  » Blog Archive   »  CodeSnip: Using the Windows Indexing Service with ASP.NET and C#

# Developer News » Blog Archive » Microsoft vs TestDriven.NET - 06 June 2007Today Microsoft kindly extended

Pingback from  Developer News  » Blog Archive   »  Microsoft vs TestDriven.NET - 06 June 2007Today Microsoft kindly extended

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# TestDriven.Net 2.13: Support for NUnit 2.4.7

The latest release of TestDriven.Net is now compiled against NUnit 2.4.7 . This version of NUnit includes

Monday, April 28, 2008 10:01 AM by TestDriven.NET by Jamie Cansdale

# Developer News » Blog Archive » New icon collection for Perpetuum’s Ribbon Toolbar Perpetuum Software LLC

Pingback from  Developer News  » Blog Archive   »  New icon collection for Perpetuum’s Ribbon Toolbar Perpetuum Software LLC

# Developer News » Blog Archive » Automation Anywhere Enterprise 4.5 is out Tethys Solutions has unveiled

Pingback from  Developer News  » Blog Archive   »  Automation Anywhere Enterprise 4.5 is out Tethys Solutions has unveiled

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Is there a way? Is there a way to make

Pingback from  Developer News  » Blog Archive   »  Is there a way?    Is there a way to make

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

When running row test my setup and teardown methods are being ignored! Any reason for this?

Monday, June 16, 2008 9:12 PM by J. Prinz

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Small Step for Man, One Giant Leap for Testers Have

Pingback from  Developer News  » Blog Archive   »  Small Step for Man, One Giant Leap for Testers  Have

# Developer News » Blog Archive » Rewriting history? I very often update and modify my posts

Pingback from  Developer News  » Blog Archive   »  Rewriting history? I very often update and modify my posts

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

What other test types does MbUnit have where "it is common for a single test method to execute multiple tests with different parameter inputs"?

Tuesday, July 29, 2008 7:31 PM by John "Z-Bo" Zabroski

# Developer News » Blog Archive » Implementing Ajax using PHP In this article Babita examines what

Pingback from  Developer News  » Blog Archive   »  Implementing Ajax using PHP     In this article Babita examines what

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » What Virtual Private Networking software would I recommend for Windows

Pingback from  Developer News  » Blog Archive   »  What Virtual Private Networking software would I recommend for Windows

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Shock Horror: IE8 BETA 2 has some bugs Look, I

Pingback from  Developer News  » Blog Archive   »  Shock Horror: IE8 BETA 2 has some bugs  Look, I

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Not all AnonymousMethods are the same Whilst debugging code that

Pingback from  Developer News  » Blog Archive   »  Not all AnonymousMethods are the same Whilst debugging code that

# Developer News » Blog Archive » Microsoft Patches Critical Flaws in GDI+ Microsoft yesterday released a

Pingback from  Developer News  » Blog Archive   »  Microsoft Patches Critical Flaws in GDI+  Microsoft yesterday released a

# Developer News » Blog Archive » ‘Preflight’ Your Builds for More Continuous Integration If you’re part

Pingback from  Developer News  » Blog Archive   »  ‘Preflight’ Your Builds for More Continuous Integration  If you’re part

# Developer News » Blog Archive » Future of Web Apps I’ll be at FOWA tomorrow and

Pingback from  Developer News  » Blog Archive   »  Future of Web Apps I’ll be at FOWA tomorrow and

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Pingback from  Developer News  » Blog Archive   »  TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

# Developer News » Blog Archive » Early Christmas from Iron Languages and DLR Tomorrow may be

Pingback from  Developer News  » Blog Archive   »  Early Christmas from Iron Languages and DLR Tomorrow may be

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

The RowTest functionality is now built into NuNit from 2.4.7 onwards (NUnit.Framework.Extensions), so no external add-in is required any more.

Thursday, December 18, 2008 7:07 PM by Yann

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

Such a usefule blog…amazing

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

my website is  

http://pbass.org

Also welcome you!

Wednesday, November 24, 2010 9:43 AM by Ibanez Guitars

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

Gratitude is the sign of noble souls.

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

Saturday, December 18, 2010 7:37 AM by must have ipad app

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

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

"Helo there, effectively I genuinely see that your revealed content material is somewhat thoughtful since it highlights an assorted vary of interesting information. Anyway, was curious whether or not you'd prepared to exchange links with my net site, as I'm searching to assemble internet links to additional enlarge and acquire floor for my website room. I don't truly mind you finding my contacts on the sitewide site, just accepting this links on this unique link is extra than adequate. Furthermore, please attain me at my internet portal if you're eager within the hyperlink exchange, I'd seriously like that. I would like to thanks a lot and that i hope to obtain a reply from you as soon as achievable! "

Monday, January 03, 2011 12:56 PM by ipad accessories

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

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

I wish obtaining over a broken heart might be so easy as following a couple of steps..<br> but its not…

Saturday, January 08, 2011 10:16 AM by ipad reviews

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

"Super-Duper internet site! I'm loving it!. Will occur back once again - getting you feeds also, Thanks."

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

African Studies

Monday, January 17, 2011 11:57 AM by virus protection reviews

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

"Have you ever regarded as including much more videos with your blog site posts to maintain the readers much more entertained? I mean I just study by means of the total post of yours  and it was rather beneficial but since I am far more of a visual learner,I found that to get additional helpful. Just my my thought, Beneficial luck   "

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

Slavic Languages and Literatures

Saturday, March 12, 2011 8:11 PM by telescope reviews

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

Testdriven net 2 11 parameterized nunit tests.. Great! :)

Wednesday, April 06, 2011 5:09 AM by weblogs.asp.net

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

An individual built many advantageous facts presently there. I did searching with regard to within the challenge and also noticed a lot of men and females might agree inside your internet page.

Thursday, June 30, 2011 10:07 AM by Donn Lengyel

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

It frequently amazes me specifically how internet site owners for example your self can come across enough time along with the commitment to carry on creating great weblog posts. Your site isgreat and 1 of my should read web sites. I just had to thank you.

Monday, July 04, 2011 10:31 PM by Lionel Kakeh

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

Great post but I was wondering if you could write a litte more on this topic? I'd be very grateful if you could elaborate a little bit more. Kudos!

Thursday, September 06, 2012 6:14 AM by High PR Backlink Pyramid

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

 Absolutely with you it agree. Idea excellent, it agree with you.

P.S. Please review our <a href="www.primewares.com/Large_Delicious_Icons-50169.html">icons for Windows</a>  and windows12icons.

Thursday, September 13, 2012 2:22 PM by icon-design

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

 It agree, this idea is necessary just by the way

P.S. Please review our <a href="www.a9asoft.com/.../by-38-car-icon-library-6900.html">icons for Windows</a>  and windows12icons.

Thursday, September 13, 2012 6:27 PM by icon-design

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

 Very amusing information

P.S. Please review our <a href="www.ourforge.com/.../Download-Vista-Toolbar-Icons_101052_2.html">icons for Windows</a>  and windows12icons.

Thursday, September 13, 2012 8:40 PM by icon-design

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

 It agree, the remarkable message

P.S. Please review our <a href="www.vvsoftware.net/.../by-79-articons-36408.html">icons for Windows</a>  and windows12icons.

Thursday, September 13, 2012 10:45 PM by icon-design

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

 I can recommend to visit to you a site on which there are many articles on this question.

P.S. Please review our <a href="mingde.pkuef.org/.../showthread.php for Windows</a>  and windows13icons.

Sunday, September 16, 2012 12:57 PM by imagenes personalizadas

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

 I think, that you are not right. I am assured. I suggest it to discuss. Write to me in PM, we will talk.

<a href="www.hpixel.com/.../a>

Sunday, September 23, 2012 12:39 AM by icon package

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

 Thanks, has left to read.

<a href="www.hpixel.com/.../a>

Monday, September 24, 2012 7:12 AM by icon archive

# re: TestDriven.Net 2.11: Parameterized NUnit Tests

<a href="www.rocketdownload.com/.../iconlover-236261.html"> I apologise, but, in my opinion, you commit an error. I can defend the position. Write to me in PM, we will talk.</a>

Wednesday, October 10, 2012 6:28 AM by icon package

Leave a Comment

(required) 
(required) 
(optional)
(required)