Perpetualcoder
Perpetualcoder

Reputation: 13571

How do I get my non MSTest unit tests running on .net 4.0

Has any of the alt.net unit testing frameworks embraced .net 4.0 framework?

Upvotes: 0

Views: 89

Answers (1)

Adam Lear
Adam Lear

Reputation: 38768

NUnit 2.5.5 includes support for .NET 4.0:

NUnit 2.5.5 release is updated to work with the final release of .NET 4.0 and provides additional capabilities in defining theories.


The latest MbUnit (bundled with Gallio) (v3.1 Update 2) supports up to .NET 4.0 Beta 2:

This releases fixes several problems on x64 platforms and includes support for Visual Studio 2010 and .Net Framework 4.0 Beta 2.

Upvotes: 1

Related Questions