Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Moq - verify that no methods were called

unit-testing mocking moq

Mocking new Microsoft Entity Framework Identity UserManager and RoleManager

Moq - Need mocked function to return value passed in

mocking moq

Mock static property with moq

c# asp.net unit-testing moq

When mocking a class with Moq, how can I CallBase for just specific methods?

unit-testing moq