Forum member

Denny

2 posts

Posts by Denny

  1. Xunit issue with ICollectionFixture<T>

    Hi, this is what I get: When I run all the tests in debug mode everything is ok. When I run only one test everything is ok. When I run all the tests (without debug) this is what I get from the trace output: Xunit.Sdk.TestClassException: The following constructor parameters did not have match…

  2. Xunit issue with ICollectionFixture<T>

    My intention is to create a single test context and share it among my integration tests in several test classes, and have it cleaned up after all the tests in the test classes have finished. Based on this [url=https://www.ncrunch.net/documentation/reference_project-configuration_framework-utilisa…