Forum member

sqdcm

4 posts

Posts by sqdcm

  1. xUnit Collection Fixtures

    It does indeed, thank you.

  2. 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…

  3. 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…

  4. 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…