Archive

Posts Tagged ‘Xunit’

xUnit Cheat Sheet

December 4th, 2011
Daniel Marbach

Here is a draft of my xUnit Cheat sheet

Update: 06.12.2011, added IUseFixture<>

xUnitCheatSheet (Currently V0.2)

Let me know if you have any updates…

 

.NET, Test Driven Development, Testing ,

Windows7, Resharper 5.1, VS2010 and xunit.contrib problem

July 27th, 2010
Daniel Marbach

Just a short notice. If you are using Resharper 5.1 under Windows7 and xunit.contrib and your unit tests are not executed anymore in VS2010 you need to check the following:

  1. Close all running VS2010 instances
  2. Upgrade to latest xunit.contrib for Resharper 5.1
  3. If you have xunit.contrib under Program Files\Jetbrains\Resharper\..\Bin\Plugins then move them to
    [Root]:\Users\[YourUser]\AppData\Roaming\JetBrains\ReSharper\v5.1\vs10.0\Plugins\XunitContrib
  4. Open VS2010 again and you should be able to run the unit tests in unit test runner of Resharper again.

Hope that helps

 

.NET, Announcement , , , ,