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