🌷
xUnitエラー:The following constructor parameters did not ...
現象
xUnitでICollectionFixtureを使った場合で、
The following constructor parameters did not have matching fixture data
対策
ICollectionFixtureを実装してCollectionDefinition属性を持つクラスは、同じ名前で登録されたCollection属性を持つクラスと、同一アセンブリにある必要がある。
Discussion