5

I have downloaded the xunit contrib for resharper but I can't get it to work. The installation instructions do not work. Does anyone else having same problem?

When I try to run the unit tests I get an error "No test found".

Hash
  • 821
  • 7
  • 19

3 Answers3

7

My problem was solved. I had those files blocked in the zip somehow. I had to unblock each file individually and it worked.

Hash
  • 821
  • 7
  • 19
  • That was my exact problem. I had to open properties for each file and click the "unblock" button. Notice that this must be done to the originally downloaded files in your C:\Users\(user-name) folder. If you try to do this to the files installed in the resharper folders it will appear that clicking the button works, but it has no effect. – Torben Junker Kjær Jan 03 '12 at 13:24
  • to be clear unzip the files to an unprotected folder before unblocking, e.g. your desktop, then unblock them one at a time then move to /program files/... – Adam Straughan Feb 01 '12 at 14:57
  • Alternatively, you can right click on the zip file itself and click properties 'unblock'. That way you don't have to do each file one by one – mbx-mbx Feb 16 '12 at 20:18
0

I had the same Problem. The above solution didn't work for me. What did work for me was to right click the "Solution Folder" select properties>Security and add myself into the list of users with full permissions.

0

You have to install this http://xunitcontrib.codeplex.com/releases/view/67893.

Tomasz Jaskuλa
  • 15,723
  • 5
  • 46
  • 73