Table of Contents

Method GetInternalDiagnosticMessagesOrDefault

Namespace
Xunit.Sdk
Assembly
xunit.v3.runner.common.dll

GetInternalDiagnosticMessagesOrDefault(ITestFrameworkDiscoveryOptions)

Gets a flag that determines whether internal diagnostic messages will be emitted. If the flag is not set, returns the default value (false).

public static bool GetInternalDiagnosticMessagesOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns

bool

GetInternalDiagnosticMessagesOrDefault(ITestFrameworkExecutionOptions)

Gets a flag that determines whether internal diagnostic messages will be emitted. If the flag is not present, returns the default value (false).

public static bool GetInternalDiagnosticMessagesOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool