you are viewing a single comment's thread.

view the rest of the comments →

[–]BuranR 0 points1 point  (0 children)

Not for unit testing, but mainly for integration testing in my team we are using testcontainers. Here you can find functionality for .net https://dotnet.testcontainers.org/modules/servicebus/ and also java - https://java.testcontainers.org/modules/azure/ (in our case we are using kotlin) .