Table of Contents

Method SynchronousMessageReporting

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

SynchronousMessageReporting(ITestFrameworkDiscoveryOptions)

Gets a flag that determines whether xUnit.net should report test results synchronously.

public static bool? SynchronousMessageReporting(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns

bool?

SynchronousMessageReporting(ITestFrameworkExecutionOptions)

Gets a flag that determines whether xUnit.net should report test results synchronously.

public static bool? SynchronousMessageReporting(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool?