Method SetSynchronousMessageReporting
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
SetSynchronousMessageReporting(ITestFrameworkDiscoveryOptions, bool?)
Sets a flag that determines whether xUnit.net should report test results synchronously.
public static void SetSynchronousMessageReporting(this ITestFrameworkDiscoveryOptions discoveryOptions, bool? value)
Parameters
discoveryOptionsvaluebool?
SetSynchronousMessageReporting(ITestFrameworkExecutionOptions, bool?)
Sets a flag that determines whether xUnit.net should report test results synchronously.
public static void SetSynchronousMessageReporting(this ITestFrameworkExecutionOptions executionOptions, bool? value)
Parameters
executionOptionsvaluebool?