Forum member
Paddy1990
2 posts
Posts by Paddy1990
-
NCrunch fails on tests that resharper passes using xUnit
Thanks for the reply, I'll have a look into it. I've just been looking into the tests that fail and it seems that all of them have `Nancy.Testing.Browser` class in them shown here `var response = Browser.Get(contentRoute);`. Now some tests pass when using this class so it's probably not that co…
28 May 2014 15:10 UTC
-
NCrunch fails on tests that resharper passes using xUnit
I have a project using xUnit with lots of unit tests that were all passing when using Resharper to run the tests. Now I've just downloaded NCrunch (which I really like by the way) and it fails a lot of the tests. An example is shown below: [code=csharp][Fact] public void GetMarket_ShowMarketPick…
28 May 2014 11:57 UTC