Table of Contents

Field SynchronousMessageReporting

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

Set to true to enable synchronous message reporting; set to false to enable asynchronous message reporting. Synchronous in this case means the system will wait for the runner to process a message before delivering the next one.

public static readonly string SynchronousMessageReporting

Returns

string
Set to true to enable synchronous message reporting; set to false to enable asynchronous message reporting. Synchronous in this case means the system will wait for the runner to process a message before delivering the next one.

Remarks

Value type: bool
Consumed by: v2, v3