Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Why is the Get method missing from MoqMockingKernel?

c# ninject moq

Default parameter for MockedObject.Verify()

moq

Mocking out expression with NSubstitute

c# .net moq nsubstitute

How to mock membership provider

Setting a passed parameter to a specific value in Moq

c# unit-testing moq

Mocking a method with different signatures where one has Object as a parameter type

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