13
shouts

xUnit.NET: Running tests written in Visual Studio 2010 - Mark Needham

published 282 days, 17 hours, 9 minutes ago posted by DustinDustin 284 days, 12 hours, 7 minutes ago
Tuesday, June 02, 2009 2:01:54 PM GMT Sunday, May 31, 2009 7:03:11 PM GMT

I've been playing around with F# in Visual Studio 2010 after the Beta 1 release last Wednesday and in particular I've been writing some xUnit.NET tests around the twitterapplication I've been working on.

A problem I ran into when attempting to run my tests against 'xunit.console.exe' is that xUnit.NET is linked to run against version 2.0 of the CLR and right now you can't actually change the 'targetframework' for a project compiled in Visual Studio 2010.> xunit.console.exe ....\TwitterTests\bin\Debug\T...

category: Agile | clicked: 21 | | source: www.markhneedham.com | show counter code
tags: Test, Testing, Visual Studio 2010, Visual Studio 2010 Beta 1, xunit, xUnit.net