Is it possible to run NUnit 2.5.3 tests in Gallio?

Posted by Allrameest on Stack Overflow See other posts from Stack Overflow or by Allrameest
Published on 2010-03-25T14:31:32Z Indexed on 2010/03/25 14:33 UTC
Read the original article Hit count: 217

Filed under:
|
|

When I try to run NUnit tests in resharper I get this:

Detected a probable test framework assembly version mismatch. Referenced test frameworks: 'nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77'. Supported test frameworks: 'nunit.framework, Version=2.5.0.0-2.5.2.65535', 'nunit.framework, Version=2.4.8.0-2.4.8.65535'.

I use Gallio v3.1 build 397.

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about nunit