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开发者_StackOverflow?
When I try to run the unit tests I get an error "No test found".
My problem was solved. I had those files blocked in the zip somehow. I had to unblock each file individually and it worked.
You have to install this http://xunitcontrib.codeplex.com/releases/view/67893.
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.
精彩评论