Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

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)

Moq, evaluate a boolean expression in Verify(()

c# unit-testing moq

Unit testing MessageSender for Azure Functions V2

Lambda function causing compiler error with 0 arguments, exception with 1 or more

c# lambda moq xunit stub

Generic Moq Repository - GetById(int i) returns T

generics moq

Mock returns null value when ReturnResult is a custom object but works as expected when it is a primitive type bool