Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

How do I allow an implementation to call a Mock (Moq) method with its own arguments?

.net unit-testing mocking moq

Mock IConfiguration's GetChildren() to return List<string>?

c# moq xunit

Mocking issue: Can not instantiate proxy of class: Microsoft.AspNetCore.Identity.UserManager`

Moq a virtual ICollection<> property that has a private set : "Invalid setup on a non-virtual"

c# nunit moq icollection

Unit Testing IdentityContext

Write Moq Unit Test for internal method in the same class using Autofac

Making actions get called in silverlight unit test with MOQ

Extension methods of Entity Framework in unit test using Moq and Autofac

Moq no invocations performed on 2nd Verify

Mocking Azure BlobItem - C# unit test

How do i unit test this business logic?

using Moq to verify a CommandHandler method call with correct Command Parameters

c# unit-testing moq

Mock Linq `Any` predicate with Moq

c# linq unit-testing mocking moq

How to unit test drawing graphics?

c# nunit moq

Moq SetUp.Return not working for repository mock

The disappearing, reappearing Moq reference

moq

Mocking Entity Framework 6 ObjectResult with Moq

Configuring Unity (2.x) to use Moq as implementation via app.config