Search code examples
nunitgallio

Run NUnit 2.5.5 tests in Gallio 3.1


I'm trying to get Gallio running some existing NUnit tests but they're not showing in Gallio. The assembly loads into Gallio fine and I can run them fine via Resharper within the VS IDE.

I created a really simple NUnit test in VS and this also doesn't show so I know it's not something weird in my existing tests.

Any ideas?


Solution

  • Current version of Gallio (3.1 build 397) only supports NUnit up to 2.5.2.

    But if you drop in the new 2.5.5 assemblies into C:\Program Files (x86)\Gallio\bin\NUnit\v2.5 and update Gallio.NUnitAdapter25.plugin with the new version numbers you should be good to go.