Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Moq - passing arguments from setup() to returns()

c# moq xunit

How to set up an existing mock using lambda syntax in Moq?

Mocking static method in ASP.NET MVC Test project

How to mock a service method by providing the method name as a string

c# moq

XUnit unit tests for MassTransit consumer

Moq: Invalid callback. Setup on method with parameters cannot invoke callback with parameters not using Callback

c# moq

Providing a Generic to Mock

c# asp.net-mvc generics moq

Ability to pass array to mocked method call

Mocking a method with a side effect on its argument

Writing C# nunit test without having access to the rest of the code

c# unit-testing tdd nunit moq

An expression tree may not contain a call or invocation that uses optional arguments when mocking a function to return an object

c# unit-testing nunit moq

Unit test class with one public and multiple private methods

c# unit-testing mocking moq

MOQ: Setting up a method which fills a collection inside the object passed as parameter

c# unit-testing moq

Can not instantiate proxy of class: Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry

Moq won't invoke IAuthenticationManager SignIn method

How to unit test a class using moq that has dependencies within a method?

c# unit-testing moq