Table of Contents

Method SynchronousMessageReportingOrDefault

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

SynchronousMessageReportingOrDefault(ITestFrameworkDiscoveryOptions)

Gets a flag that determines whether xUnit.net should report test results synchronously. If the flag is not set, returns the default value (false).

public static bool SynchronousMessageReportingOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns

bool

SynchronousMessageReportingOrDefault(ITestFrameworkExecutionOptions)

Gets a flag that determines whether xUnit.net should report test results synchronously. If the flag is not set, returns the default value (false).

public static bool SynchronousMessageReportingOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool