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
How to set a value on an object passed to a mock to drive conditional logic further in the system under test
Looking at how to verify calls to Ilogger based extension methods using Moq.
Investigating how to write integration tests while swapping out dependencies with mocked instances using Moq