I have been working on unit testing a Mass Transit Project using InMemoryTestHarness.
I have referred to the following github code to work with it
Could someone please explain what the following properties
SentPublishedConsumed
to the InMemoryTestHarness _harness object actually mean.
Although the code has a Test Method associated with each, I'ld like a bit more explanation to it.
Thanks.