Method SetDiagnosticMessages
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
SetDiagnosticMessages(ITestFrameworkDiscoveryOptions, bool?)
Sets a flag that determines whether diagnostic messages will be emitted.
public static void SetDiagnosticMessages(this ITestFrameworkDiscoveryOptions discoveryOptions, bool? value)
Parameters
discoveryOptionsvaluebool?
SetDiagnosticMessages(ITestFrameworkExecutionOptions, bool?)
Sets a flag that determines whether diagnostic messages will be emitted.
public static void SetDiagnosticMessages(this ITestFrameworkExecutionOptions executionOptions, bool? value)
Parameters
executionOptionsvaluebool?