Forum member
jpoehls
6 posts
Posts by jpoehls
-
TypeLoadException for Xunit.ClassDataTrribute using Xunit 2.1.0.3179
[quote=Remco;7889]Hi, thanks for sharing this issue. I think this is probably due to NCrunch not yet supporting Xunit 2.1 in v2.16. v2.17 of NCrunch is due out soon, and it includes integration with Xunit 2.1. Try downgrading to Xunit 2.0 to see if this resolves the issue.[/quote] Cool, …
27 Oct 2015 21:21 UTC
-
TypeLoadException for Xunit.ClassDataTrribute using Xunit 2.1.0.3179
When I try to run tests that use Xunit's [ClassDataAttribute] I get this exception in NCrunch. I'm using the xunit.core 2.1.0.3179 NuGet package and NCrunch 2.16.0.13 in Visual Studio 2015. An error occurred while analysing this project after it was built: System.Exception: Exception during …
27 Oct 2015 17:35 UTC
-
Tests marked with [ExclusivelyUses] appear to be running concurently
Makes sense to me, thanks!
06 Feb 2015 21:36 UTC
-
Tests marked with [ExclusivelyUses] appear to be running concurently
It appears that my tests are running concurrently even though they are marked as exclusively using the same resource. I'm basing this assumption on the display of the test runner status and the fact that all the tests switch to 'failed' at the same time, as though running concurrently. (Note t…
06 Feb 2015 18:44 UTC
-
NCrunch doesn't recognize tests with XUnit's RunAsAttribute
Thanks! So in XUnit v2 this is supported?
03 Feb 2015 22:11 UTC
-
NCrunch doesn't recognize tests with XUnit's RunAsAttribute
NCrunch doesn't recognize any tests that use XUnit's RunAsAttribute (more info here: http://bricelam.net/2012/04/xunitnet-extensibility.html). Is there a way to have it recognize these?
03 Feb 2015 17:02 UTC