Refactoring and Learning Challange

Taking up the challenge from a tweet I explain my thought process on improving some code which will hopefully help someone.

June 23, 2020 · 6 min

Using Moq Callback to set values to drive tests

How to set a value on an object passed to a mock to drive conditional logic further in the system under test

June 23, 2020 · 3 min

How To Assert Collection Count With FluentAssertions

Asserting numbers of items in a list or collection is vital to unit tests, but which to choose?

June 16, 2020 · 1 min

C#8 Using Declarations With FluentAssertions

Harnessing the power of the C# 8 using declarations to aid with unit test assert clarity

May 5, 2020 · 4 min

Mocking ILogger with Moq

Looking at how to verify calls to Ilogger based extension methods using Moq.

February 6, 2020 · 9 min