Yesterday I released the new version of the RowTestExtension, an addin for NUnit. I have made following changes:

  • Added ExpectedException property to the [Row] attribute. It can be used to specify which type of exception to expect when the given data is passed to the test.
  • The [Row] attribute accepts now null values.
  • Removed dependency from assembly NUnitExtension.RowTest.AddIn to NUnitExtension.RowTest.

You can download it from here.

Technorati Tags , ,

4 Responses to “RowTestExtension 1.1.0 released”
  1. Charlie Poole says:

    Is it deliberate that the sample project has an LGPL license cited in the source rather than MIT like the rest of it?

  2. Charlie Poole says:

    PS: I’m asking because I’d like to see this available in our site for NUnit contributed addins.

  3. I’m sorry. This was an oversight. The sample project should be licensed under the MIT license, too.

  4. I’ve followed the install notes as supplied with the download. Everything compiles well. However both the NUnit runner and TD.Net claim I have no tests in my Fixture. It’s seems to be ignoring [TestRow].

    I’ve attached a link to a screen grab, which maybe more descriptive:

    http://farm3.static.flickr.com/2234/2196707495_9c00d14e7e_o.png

    Could you please advise? Feel free to e-mail me direct.

    Thank you Andreas. Ed

Leave a Reply