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