Similar to this question about NSubstitute, I want to know if one is able to implement partial mocks using the FakeItEasy library.
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). I'm thinking about switching to FakeItEasy, but I really need partial mock support.