• Home
  • Search Tags
  • About

moq

Topics related to moq:

Getting started with moq

Moq is a mocking library for .Net. It allows interactions with dependencies to be simulated and verified in order to facilitate unit testing.

Release notes for different version of Moq can be found here.

Mocking properties

Validating call order

Mocking common interfaces

Mocking Behavior

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service