AutoFixture icon indicating copy to clipboard operation
AutoFixture copied to clipboard

Easy constructor customization for NSubstitute class mocks

Open zvirja opened this issue 7 years ago • 0 comments

Currently it's very hard to customize which exact constructor overload to choose when substitute for the class is created. Rework the architecture to allow to customize that easy.

Suggestion: Introduce BareSubstituteRequest type to activate the mocks. We could later easily customize that via Customizations collection.

zvirja avatar Apr 04 '18 10:04 zvirja