Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Expression references a method that does not belong to the mocked object

Moq: unit testing a method relying on HttpContext

c# unit-testing mocking moq

Why does the property I want to mock need to be virtual?

How to mock the new HttpClientFactory in .NET Core 2.1 using Moq

Moq how to replace obsolete expression

linq moq

How do you use Moq to mock a simple interface?

Mock objects - Setup method - Test Driven Development

unit-testing tdd mocking moq

Moq - mock.Raise should raise event in tested unit without having a Setup

c# events tdd moq mvp

Verifying a delegate was called with Moq

c# unit-testing delegates moq

Moq - Is it possible to specify in a Setup the Verify criteria (e.g. Times called)?

Using Moq to mock a repository that returns IQueryable<MyObject>

unit-testing nunit moq

How to add claims in a mock ClaimsPrincipal

Mocking classes that implement IQueryable with Moq

c# unit-testing mocking moq

Can I use Moq to verify that a mocked method was called with specific values in a complex parameter?

c# unit-testing parameters moq

What are the capabilities of Moq and Rhino.mocks?

Moq fake one method but use real implementation of another

c# .net unit-testing nunit moq

Can not instantiate proxy...Could not find a parameterless constructor

How do you mock the session object collection using Moq

How to test asp.net core built-in Ilogger

MOQ - verify exception was thrown

c# unit-testing moq