Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

C# – Mocking a method to return a different value when called a second time using Moq

c# moq automoq

Unit Testing .Net CORE 2.0 WebAPI - Mock (MOQ) HTTP POST with text stream body (not model)

How can I use It.IsAny as a parameter?

c# moq

Moq Index property Callback with SetupGet

Expectation on Mock Object doesn't seem to be met (Moq)

unit-testing moq expect

Can I mock Objectresult<T> of Entity Framework Using MOQ

entity-framework-4 moq

Moq equivalent to Rhino Mock's GetArgumentsForCallsMadeOn

moq rhino-mocks

How do I make a property throw an exception on set with a Moq mock?

c# unit-testing mocking moq

Trouble Mocking Lambda withing Unitofwork's Repository

How to auto-mock a container (e.g. IList) in MOQ without extensions/contrib

c# mocking moq automocking

How to raise an event in a test that uses Moq?

unit-testing events moq

Can I use Moq to set values for fields?

c# .net mocking moq

MOQ - verify method with parameter executed regardless of the parameter used

c# unit-testing moq

Mock same interface as 2 different types

c# unit-testing mocking moq

C# - Verify mocked (MoQ) property's method was called with part of string as a parameter

c# unit-testing mocking moq

Mocking two different results from the same method

c# unit-testing mocking moq

System.NotSupportedException : Unsupported expression: x => x

c# unit-testing moq

How to I test an HTTP-Post with Moq in ASP.NET?

For me to use Moq, do all my classes have to implement an interface?

Moq and accessing called parameters