Unit testing Azure service bus

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.

Tags: , ,

Leave a Reply