Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

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?

Mocking virtual members in Moq

c# moq

How do I mock controller context in my unit test so that my partial view to string function works?

Why did a Moq-mocked method return null?

null moq

Moq a function with 5+ parameters and access invocation arguments

c# moq delegates action

How do I mock an IEnumerable<T> so that I can test a method that receives it

.net unit-testing mocking moq

Create mocks with auto-filled properties with Moq?

c# unit-testing mocking moq

How to Verify another method in the class was called using Moq

moq

Difference between SetupSet and SetupProperty in Moq

c# unit-testing mocking moq

How to Mock an AutoMapper IMapper object in Web API Tests With StructureMap Dependency Injection?

In a unit test, do you verify and assert?

unit-testing moq

Moq Verify events triggered

c# moq

Moq VerifySet(Action) replacing obsolete expression compilation error

c# moq

Testing ASP.NET MVC View Model

c# unit-testing nunit moq

Testing EF async methods with sync methods with MOQ

How to call constructor with interface arguments when mocking a concrete class with Moq