Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Could not load file or assembly 'Moq,4.2.1502.911, or one of its dependencies

ASP.NET MVC Controller Unit Testing - Problem with UrlHelper Extension

Mock Static class using moq

c# .net nunit moq

Unit Testing on Controller that uses AutoMapper

Mock a method for test

How to Mock (with Moq) Unity methods

Using moq to verify a call to a function with param parameters

c# function moq

How can I mock a method that returns a Task<IList<>>?

Does Moq.Mock.Verify() compare parameters using identity or .Equals()?

c# moq

How to make Mock return a new list every time the method is called using Moq

c# .net mocking moq

How to mock RestSharp portable library in Unit Test

Moq.Mock<Expression<Func<T,bool>>>() - how to setup expressions into a Mock using Moq

Unit Test a file upload, how?