Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

What is the difference between passing It.IsAny<int>() and the value of It.IsAny<int>() to a method setup

c# moq

Mocking a property using SetupGet and SetupSet - this works, but why?

c# properties moq

How do I MOQ the System.IO.FileInfo class... or any other class without an interface?

Use Moq to mock Constructor?

How to write unit test for private method in c# using moq framework?

c# unit-testing moq

Conditional Moq Return value using lambda

unit-testing lambda moq

.NET 4, AllowPartiallyTrustedCallers attribute, and security markings like SecurityCritical

c# security .net-4.0 moq autofac

How to test method call order with Moq

c# unit-testing moq

Mock AsNoTracking Entity Framework

Is it possible to pass-through parameter values in Moq?

c# testing mocking moq

Moq.Mock<T> - how to set up a method that takes an expression

c# unit-testing nunit moq

Using Moq to override virtual methods in the same class

c# unit-testing moq

What are NSubstitute limitations, specially vs MOQ?

How do I use Moq and DbFunctions in unit tests to prevent a NotSupportedException?

Mock IMemoryCache with Moq throwing exception

Implementing mocking objects with Moq when constructor has parameters

c# unit-testing mocking moq

Mocking a type with an internal constructor using Moq

"Short circuiting" void methods with Moq?

Using Moq to verify a parameter of type List<>?

c# moq

How to mock a function call on a concrete object with Moq?

unit-testing mocking tdd moq