Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

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

How to Mock ModuleClient?

c# moq xunit azure-iot-edge

What are ways to mock out a struct to get a class under unit tests?

c# tdd moq legacy-code

ASP.NET Testing Api controller: Uri(Request.GetEncodedUrl()...) returns null

Moq unit test with It.IsAny<DateTime>() fails

c# moq

How simple entity class (POCO) can be mocked with Moq?

c# unit-testing moq

Unit Tests on Method that uses GetEntitiesAync (DocumentDB)