Method DiagnosticMessagesOrDefault
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.core.dll
DiagnosticMessagesOrDefault(ITestFrameworkDiscoveryOptions)
Gets a flag that determines whether diagnostic messages will be emitted. If the flag is not present,
returns the default value (false).
public static bool DiagnosticMessagesOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)
Parameters
discoveryOptions
Returns
DiagnosticMessagesOrDefault(ITestFrameworkExecutionOptions)
Gets a flag that determines whether diagnostic messages will be emitted. If the flag is not
present, returns the default value (false).
public static bool DiagnosticMessagesOrDefault(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions