NSubstitute
NSubstitute copied to clipboard
Create AutoMocker for NSubstitute
Are there any plans to develop AutoMocker for NSubstitute like https://github.com/moq/Moq.AutoMocker?
I dont know the project, but the text says:
Use this if you're invested in your IoC container and want to decouple your unit tests from changes to their constructor arguments.
So you can achieve this with AutoFixture.
It's not exactly the same, but there is: https://www.nuget.org/packages/AutoFixture.AutoNSubstitute/