Table of Contents

Property InternalDiagnosticMessages

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

InternalDiagnosticMessages

Indicates whether internal diagnostic messages should be generated (these are typically low level diagnostic messages from the test engine itself that may be requested by xUnit.net developers when debugging issues inside xUnit.net itself). If unset (or set to null), will use the value from the configuraiton file (and if that isn't set, will use the default value of false).

public bool? InternalDiagnosticMessages { get; set; }

Property Value

bool?