Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

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

How to use DbContext.Database in C# unit test cases using MOQ and Xunit

c# .net moq xunit

Testing WinForms MVP and Event mechanism with moq

c# winforms moq mvp

MOQ- Setting up and verifying a generic method with Func argument

moq func generic-method

Testing controller with xUnit

How to mock the dependency inside constructor?

c# moq

Is there an Autofixture attribute that can be used instead of fixture.Inject() in the code?