Test Harness
The MassTransit Test Harness is a framework for extending your existing IOC registrations with a testable bus instance.
Lifecycle Controlling methods
await harness.Start()- start the timers, and capture of messages
Communication Methods
harness.Bus.Publish(new MessageToPublish())
Instance Methods
Sent: What messages were sentConsumed: What messages were consumedPublished: What messages were published
Table of Contents