Unit Testing: Moq Framework | Microsoft Learn
learn.microsoft.com › unit-testing-moq-frameworkNov 15, 2018 · Nov 15, 2018. This is the third of a four part series where Robert is joined by Phil Japikse to discuss unit testing. This series expands on the 2017 Unit Testing episode. In this episode, Robert and Phil cover the Moq framework. Mocking provides the ability to simulate an object. For example, you can test a call to a database without having to actually talk to it.