Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Mocking Datasets with Moq

moq

Using Moq to mock a repository that returns a value

unit-testing nunit moq

Moq - Setting HttpResponse

Mocking delegates with Moq

c# unit-testing mocking moq

Moq a MEF Import?

c# silverlight moq mef

If we don't verify that private methods are called with unit tests, how do we verify that they are called?

c# testing moq mstest

How to mock Entity Framework 6 Async methods?

Async callback on mocked object not awaiting

Can not instantiate proxy of class. Could not find a parameterless constructor

Any teams out there using TypeMock? Is it worth the hefty price tag? [closed]

How to use Moq.MockRepository.Of() method

c# unit-testing mocking moq

Why does Autofixture w/ AutoMoqCustomization stop complaining about lack of parameterless constructor when class is sealed?

ASP.NET MVC unit testing with MOQ object

Unit Test Garbage Collection

c# unit-testing moq mstest

Moq Entity Frameworks ExecuteSQLCommand

c# entity-framework moq

How do I go about unit testing with Entity Framework and Moq?

How to mock Microsoft Graph API SDK Client?

moq - how to verify method has not been called if the class swallows exceptions

c# unit-testing moq

How to mock SqlParameterCollection using Moq

Moq It.Is<> not matching

c# unit-testing mocking moq