Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to Unit Test HtmlHelper with Moq?

Testing controller Action that uses User.Identity.Name

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

moq c#

Verifying event registration using Moq

c# .net asp.net unit-testing moq

Use ItExpr.IsNull<TValue> rather than a null argument value, as it prevents proper method lookup

c# unit-testing moq