Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

How do I call a predicate passed as a parameter in Moq?

.net unit-testing mocking moq

Generic extension method testing

MSTest - Moq setup with a list parameter returns empty list

C# Unit Test Complex Handler Network

c# unit-testing moq

TargetInvocationException on mocking ChannelFactory with moq

Moq says Constructor arguments cannot be passed for interface mocks

Moq internal class and/or internal method

c# moq .net-4.6.1

Specify mocked method's return value entirely regardless of parameters

c# unit-testing moq

How can I create a mocked object inside a mocked object?

Moq a concrete class method call

c# unit-testing nunit moq

Moq checking if method is called with parameter from another call

c# moq

Moq using ReturnsAsync and modify It.IsAny input parameter

c# moq

How to simplify the It.IsAny<T>() parameters for setting up Mocks

c# moq

How to use Moq with Entity Framework Include()

c# entity-framework moq

Weird "Object reference not set to an instance of an object" error while using Moq

NRE in a unit test when await a mocked method

UserManager not creating users in Unit Tests

Unable to mock Owin context in C# WEB API REST service unit test

c# unit-testing moq owin

Verify that either one method or the other was invoked in a unit test

unit-testing mocking moq