RowTestExtension 1.1.0 released
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.