Posts Tagged ‘azure service bus’

Unit testing Azure service bus

February 19th, 2024

Due to non-mockability it is a bit tricky to setup a unit test for Azure service bus.

I have found a resource to help me: https://www.mrjamiebowman.com/software-development/dotnet/net-unit-testing-azure-service-bus/

Reading through said article while writing code solved the issue for me. And you hopefully.