Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

How to moq Entity Framework SaveChangesAsync?

What are the real-world pros and cons of each of the major mocking frameworks? [closed]

c# .net mocking rhino-mocks moq

mock HttpContext.Current.Server.MapPath using Moq?

Unit Testing Mock/Stub definitions in Moq

unit-testing testing moq

How do I unit test protected properties meant to be set only by NHibernate?

How to mock a method call that takes a dynamic object

c# mocking moq rhino-mocks

How to mock a method returning Task<IEnumerable<T>> with Task<List<T>>?

c# unit-testing moq

Having trouble getting started with Moq and Nunit

c# nunit moq

How to mock rows in a Excel VSTO plugin?

c# excel unit-testing vsto moq

Unit testing a LINQ2SQL repository

How to mock HttpContext.User

Moq how to correctly mock set only properties

c# .net moq

Can MOQ Mock a Class

moq

How can I provide a methods implementation using Moq?

Unit testing IAuthenticationFilter in WebApi 2

Use moq to mock a type with generic parameter

c# unit-testing generics moq

Weird .net 4.0 exception when running unit tests

unit-testing .net-4.0 moq

Inspect DefaultHttpContext body in unit test situation

Moq: Lambda expressions as parameters and evaluate them in returns

c# unit-testing lambda moq

Returning different results or throwing exceptions from successive calls to Moq Mock

mocking moq