Method GetSynchronousMessageReporting
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
GetSynchronousMessageReporting(ITestFrameworkDiscoveryOptions)
Gets a flag that determines whether xUnit.net should report test results synchronously.
public static bool? GetSynchronousMessageReporting(this ITestFrameworkDiscoveryOptions discoveryOptions)
Parameters
discoveryOptions
Returns
- bool?
GetSynchronousMessageReporting(ITestFrameworkExecutionOptions)
Gets a flag that determines whether xUnit.net should report test results synchronously.
public static bool? GetSynchronousMessageReporting(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions
Returns
- bool?