MassTransit unit test does not hit breakpoint in consumer
I have problem with writing an unit test that will check my consumer. It's not hitting breakpoint in my Consumer when I am debugging test
code for test
what's confusing it's that assertions passes fine, but my class
UserCreatedMessageHandler
it's never called / hit by breakpoint (ctor nor Consume method)1 Reply
it looks like some mocked Consumer it's reading message and cosuming it. But how?