Table of Contents

Method SetInternalDiagnosticMessages

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

SetInternalDiagnosticMessages(ITestFrameworkDiscoveryOptions, bool?)

Sets a flag that determines whether internal diagnostic messages will be emitted.

public static void SetInternalDiagnosticMessages(this ITestFrameworkDiscoveryOptions discoveryOptions, bool? value)

Parameters

discoveryOptions
value bool?

SetInternalDiagnosticMessages(ITestFrameworkExecutionOptions, bool?)

Sets a flag that determines whether internal diagnostic messages will be emitted.

public static void SetInternalDiagnosticMessages(this ITestFrameworkExecutionOptions executionOptions, bool? value)

Parameters

executionOptions
value bool?