AutoFixture.XUnit2.AutoMock icon indicating copy to clipboard operation
AutoFixture.XUnit2.AutoMock copied to clipboard

Autofixture auto-mocking for XUnit2 using a mocking library of your choice.

Results 1 AutoFixture.XUnit2.AutoMock issues
Sort by recently updated
recently updated
newest added

I'm not a user of this library, but I recently encountered an issue (https://github.com/xunit/xunit/issues/3034) which this library also suffers from: XUnit 2.9.2[^1] introduced specific handling of `TheoryData` which prevents `ConvertDataItem`...