Nobody
Nobody

Reputation: 4841

Run NUnit 2.5.5 tests from within Visual Studio 2010 Ultimate and using .NET 4.0 code?

How can I do it?

All the test runners seem to work for VS2008 but not 2010 and if they do, not for .NET 4.

Thanks

Upvotes: 0

Views: 257

Answers (2)

user486523
user486523

Reputation:

Have you tried MBUnit? That is free from http://www.MBUnit.com May be worth a try as part of the Gallio suite.

Upvotes: 1

ElvisLives
ElvisLives

Reputation: 2275

TestDriven.net personal works like a champ. :)

link text

Upvotes: 1

Related Questions