Rowtest
- ExtensionType:
- Addin
- Description:
- Allows writing mbUnit-style RowTests under NUnit
- License:
- MIT
- NUnitVersion:
- 2.4
- PlatformSupport:
- CLR 1.1 or 2.0, Windows, should work on Mono
RowTest Extension is an NUnit Addin that allows you to write RowTests for NUnit. RowTests can be used for simple Data-Driven Tests where the test data is provided by [Row] attributes. Follow the link for examples.
Binaries are available for NUnit 2.4.5 through 2.4.8. Both .NET 1.1 and 2.0 builds are provided. Source may be compiled against other NUnit versions. A VS2005 project is provided with the source.
This extension is no longer supported in NUnit 2.5 and above, because NUnit introduced the TestCase mechanism.
Download and Installation
See http://code.google.com/p/rowtest-extension/ for details and download.