Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Mocking The RouteData Class in System.Web.Routing for MVC applications

c# asp.net-mvc moq

How do I mock User.Identity.GetUserId()?

Mock AutoMapper Mapper.Map call using Moq

c# moq automapper

Proper way to Mock repository objects for unit tests using Moq and Unity

c# .net moq unity-container

Mock IMemoryCache in unit test

Using Moq.It.IsAny to test a string starts with something

c# .net unit-testing moq

Returnsasync(null) creates a build error when using Moq for unit testing in VS15