In NUnit 2.4.7, nunit.framework.extensions.dll was included which made it possible to do RowTests.
When downloading the newest version (2.5.8) I can't find it. What happened to it?
In NUnit 2.4.7, nunit.framework.extensions.dll was included which made it possible to do RowTests.
When downloading the newest version (2.5.8) I can't find it. What happened to it?
Instead of using
RowTest
, you can useTestCase
. A previous testing usingRowTest
would look like:And the same thing with
TestCase
looks like this:RowTest was an extension that was merged in temporarily, and was removed in 2.5 Alpha 2
Quote from the Release Notes for 2.4.8:
Quote from the 2.5 alpha 2 Release Notes:
You can now download the RowTest extension from here.