New posts in moq

How to add an item to a Mock DbSet (using Moq)

Passing Moq mock-objects to constructor

Moq'ing methods where Expression<Func<T, bool>> are passed in as parameters

Using Moq to verify calls are made in the correct order

How to assign values to properties in moq?

Mocking generic methods in Moq without specifying T

MOQ - setting up a method based on argument values (multiple arguments)

Is it possible to mock out a .NET HttpWebResponse?

Checking that CancellationTokenSource.Cancel() was invoked with Moq

Mock an update method returning a void with Moq

Settings variable values in a Moq Callback() call

Moq + Unit Testing - System.Reflection.TargetParameterCountException: Parameter count mismatch

Mock static property with moq

Mocking a method to throw an exception (moq), but otherwise act like the mocked object?

Reset mock verification in Moq?

Moq throws NullReferenceException exception when setup has a callback

SetupSequence in Moq

Mocking HttpContextBase with Moq

Using Moq to mock only some methods

MOQ - how to mock an interface that needs to be cast to another interface?