DEV Community

Andre Carstens
Andre Carstens

Posted on

How to Moq ILogger for .net core unit test

Using Moq, you can create custom implemenation of your service layers. But what about the standard items we inject into classes such as logging or configuration.

To mock an instance of Microsoft.Extensions.Logging so you can pass it to your underlying class, you create an Mock of ILogger and inject it.

var logger = Mock.Of>();
var xXXXProvider = new XXXXProvider(httpClient,logger,null);

Where the XXXXProvider class has _logger injected into it and you cannot just mock it up.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

AWS Security LIVE!

Hosted by security experts, AWS Security LIVE! showcases AWS Partners tackling real-world security challenges. Join live and get your security questions answered.

Tune in to the full event

DEV is partnering to bring live events to the community. Join us or dismiss this billboard if you're not interested. ❤️