When to use mocking versus faking in C# unit testing?

Viewed 16476

Can anyone come up with guidelines suggesting the ideal scenarios to choose mocking versus faking, i.e., setting up the essentials manually?

I am a bit confused with how to approach this situation.

4 Answers
Related