Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

How to mock `object.Equals(object obj)` for an interface using Moq

c# .net moq

Mocking out nHibernate QueryOver with Moq

Mocking Controller.Url.Action(string, string, object, string) in ASP.NET MVC

How can I make AutoMoqCustomization use Strict MockBehavior?

moq autofixture automoq

Moq 4.13.1 incompatibility with Task.Extensions

c# .net moq

How to unit test OData Client?

Mocking a CloudBlockBlob and have it return a stream

TypeMock VS JustMock (VS RhinoMock,Moq...): current situation in 2011? [closed]

mocking moq typemock justmock

Converting IQueryable to implement IAsyncEnumerable [duplicate]

All invocation on the mock must have a corresponding setup when setting string parameter

Reusable mocks vs mocking in each test

unit-testing mocking moq

Moq - Linq expression in repository - Specify expression in setup

c# linq mocking moq

How to mock an interface that extends IEnumerable

c# mocking ienumerable moq

Unit Testing Controller Actions that call IsAjaxRequest()

is it possible to mock/fake an extension method?

Does this test make proper use of AutoFixture and Moq?

mocking moq autofixture

Mocking Async Task

c# .net moq

ASP.NET Core Integration Testing & Mocking using Moq

Moq property with protected setter

c# .net unit-testing mocking moq

Adding MOQ to a .NET 4.0 project is not possible