Forum member
Denny
2 posts
Posts by Denny
-
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…
16 Dec 2019 17:12 UTC
-
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…
13 Dec 2019 16:45 UTC