Table of Contents

Method CreateMessageBus

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

CreateMessageBus()

Creates the message bus to be used for test execution. By default, it inspects the options for the SynchronousMessageReporting flag, and if present, creates a message bus that ensures all messages are delivered on the same thread.

protected virtual IMessageBus CreateMessageBus()

Returns

The message bus.