Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

In ServiceStack is it possible to mock the Request.OriginalRequest object for unit tests?

Strategy to make a third-party library implement interfaces?

Changing values of reference parameter within mocked method (Moq)

c# unit-testing mocking moq

Proper way to verify parameters being passed to a Mock are set as expected

c# unit-testing moq

Unit test EF Repository pattern with Moq

Unit Testing Interfaces with Moq

Remove references on extensions

NullReferenceException thrown when testing custom AuthorizationAttribute

What steps to get rid of Collection was modified; enumeration operation may not execute. Error?

RestSharp Unit Test NUnit Moq RestResponse null reference exception

c# moq restsharp

Test if method in ClassA has been called from another method in ClassA

c# unit-testing moq

How to return passed parameters in an async method with Moq in unit tests?

c# unit-testing moq .net-core

Mocking a TempData in ASP.NET Core in MSTest

How to mock ISerializable classes with Moq?

.net moq serializable

How to mock SerialDataReceivedEventArgs

c# unit-testing moq mstest

Why isn't there a Times.Always in Moq?

c# unit-testing moq

How is Moq's It.IsAny<T>() implemented

c# moq

Argument 1: cannot convert from 'Moq.Mock<System.Data.Entity.DbContext>' to 'System.Data.Entity.DbContext'

c# .net unit-testing nunit moq

Nunit testing with Mock. Instance of Interface

All unit tests throwing BadImageFormatException with Moq?