Hello everybody,
today I want to write few words about Moq and unit testing.
First of all you can have a question, why do I need Moq at all?
Moq is especially useful for cases if we don't have desire to code interface, then code implementation of interface, and then code fake implementation...