Fakeiteasy
A .Net framework to create fake objects, mocks, stubs, etc.
Moq
Moq is a strongly typed and minimalistic mocking framework for .NET.
Others
Example |
---|
Fakeiteasy seems to have an overall nicer syntax than moq like the strongly-typed way the former deals with passing parameters to a constructor of a faked class from question Does FakeItEasy support the idea of Partial Mocks? |
Btw why do you want to use fakeiteasy it looks to me less powerful than moq from question FakeItEasy callback implementation |