I released a new version of the RowTest Extension. I made following changes:
- Fixed Bug: SetUp and TearDown are not called on the RowTest test suite
- Created new Test project for functional tests and reorganized samples.
You can download it from the RowTest Extension page.

4 Comments
Works for me! Thanks a lot.
Excellent. Thanks. I use the Resharper test runner as well as TestDriven (I find they complement each other well) but it doesn’t recognize RowTest. Do you know how to get this working in Resharper?
As far as I know Resharper does not support NUnit addins. They implemented their own TestRunner which is based on an older version of NUnit. I’m sorry.
Resharper doesn’t really use any version of NUnit. They emulate a simple set of attributes, common to many frameworks, but don’t do the more advanced stuff in any of them unless someone writes an addin. Obviously, we’ll have to do that. :-)