Forum member
sqdcm
4 posts
Posts by sqdcm
-
xUnit Collection Fixtures
It does indeed, thank you.
01 Apr 2015 15:03 UTC
-
xUnit Collection Fixtures
It's not something I have ever changed, and it is indeed set to UseDynamicAnalysis. Now that I am aware of the option, changing it to UseStaticAnalysis actually seems to make NCrunch unable to see any of the tests, and it reports that it is monitoring no tests. For xUnit, I am using the 2.0.0 ver…
31 Mar 2015 19:10 UTC
-
xUnit Collection Fixtures
The sample code from the Collection Fixtures section of [url=http://xunit.github.io/docs/shared-context.html]the documentation[/url] doesn't even work for me with NCrunch. Copy pasting that code, and adding a useless Fact was the first thing I tried to make sure that it was failing in my main proble…
30 Mar 2015 14:50 UTC
-
xUnit Collection Fixtures
To me it seems that currently Collection Fixtures are not at all supported. Any test class that attempts to use them instantly fail with an error similar to: [code]Xunit.Sdk.TestClassException: The following constructor parameters did not have matching fixture data: DatabaseFixture fixture[/co…
27 Mar 2015 17:47 UTC