Collection fixture won't inject
问题 I'm using xUnit 2.0 collection fixtures to share a common database setup/teardown between a number of different test classes. The fixture also provides some helper properties, so I'm injecting it into each test class. I recreated the example in the docs, but when I run the test, it fails immediately with: The following constructor parameters did not have matching fixture data: IntegrationTestFixture fixture This seems to happen regardless of whether I'm using xUnit Facts or Theories, or which