Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

How to keep Unit tests DRY and reducing Asserts

c# tdd nunit moq autofixture

How to mock to execute oracle query to the in memory data

Setting up mock objects for EF dbcontext to test repository methods

Mock interface ReturnsAsync returning null

c# unit-testing moq

Rhino Mocks vs Moq for Silverlight

Testing a method called many times in moq

c# tdd moq

MOQ - Mock a Dictionary<string, double> object

asp.net-mvc-3 tdd moq

Moq: How to return result depending on the method parameter?

moq

Injecting Mocks on large dependency object graph

Moq - Checking method call on concrete class

c# unit-testing nunit moq

How do I test a class that takes a factory?

c# moq autofixture

How to use Moq to satisfy a MEF import dependency for unit testing?

c# .net unit-testing moq mef

How can I Mock HttpRequest[] indexer property

c# moq httprequest xunit

Mock HttpPostedFileWrapper

c# .net asp.net-mvc mocking moq

MOQ returning dynamic types as object issue

TDD Unit of Work Pattern Moq Cannot instantiate proxy of class error

Moq verify fails when SelectMany

Moq - How to call the same setup with different parameters in a loop

c# testing moq

Mock method return based on object parameter

c# unit-testing moq

Can any one suggest a step by step example for using moQ framework

c# .net unit-testing tdd moq