While I'm glad to see a new generation of frameworks come out I find that FakeItEasy is just way too verbose for me. Didn't even know about NSubstitute so thanks for pointing it out.
Stephen - 13 years ago
I like that FakeItEasy starts with 'Any' so you can setup your calls to return based on return type. That is a nice feature.
But overall, NSubstitue just has easier syntax. It just flows nice an easy when you need to mock out an interface.
Leave a Comment
Create your own.
Opinions! We all have them. Find out what people really think with polls and surveys from Crowdsignal.
While I'm glad to see a new generation of frameworks come out I find that FakeItEasy is just way too verbose for me. Didn't even know about NSubstitute so thanks for pointing it out.
I like that FakeItEasy starts with 'Any' so you can setup your calls to return based on return type. That is a nice feature.
But overall, NSubstitue just has easier syntax. It just flows nice an easy when you need to mock out an interface.