Getting started with Unit Testing and Moq — Part 3
Sep 1, 2018 · 4 min read
In the previous post we got our first tests set up with moq. So now let’s see about creating some unit tests to go along with our WCF services.
First thing we need to do, is create our WCF service. Nothing fancy, the default functions created with the WCF Application should suffice. First, add a new project to the RussUnitTestSample solution: Right click solution -> Add -> New Project…

