Comparing mocking frameworks: How to handle optional parameter with NSubstituite, Moq and FakeItEasy
Depending on which mocking framework you are using you might have to handle optional parameters differently and in this short article I will compare and demonstrate the differences in the three major mocking frameworks NSubstitute, Moq and FakeItEasy.…