Table of Contents

Method SetDiagnosticMessages

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

SetDiagnosticMessages(ITestFrameworkDiscoveryOptions, bool?)

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

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

Parameters

discoveryOptions
value bool?

SetDiagnosticMessages(ITestFrameworkExecutionOptions, bool?)

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

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

Parameters

executionOptions
value bool?