Method GetDiagnosticMessages
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
GetDiagnosticMessages(ITestFrameworkDiscoveryOptions)
Gets a flag that determines whether diagnostic messages will be emitted.
public static bool? GetDiagnosticMessages(this ITestFrameworkDiscoveryOptions discoveryOptions)
Parameters
discoveryOptions
Returns
- bool?
GetDiagnosticMessages(ITestFrameworkExecutionOptions)
Gets a flag that determines whether diagnostic messages will be emitted.
public static bool? GetDiagnosticMessages(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions
Returns
- bool?