Method GetSynchronousMessageReportingOrDefault
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
GetSynchronousMessageReportingOrDefault(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 GetSynchronousMessageReportingOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)
Parameters
discoveryOptions
Returns
GetSynchronousMessageReportingOrDefault(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 GetSynchronousMessageReportingOrDefault(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions