Table of Contents

Property DiagnosticMessageSink

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

DiagnosticMessageSink

Gets or sets the diagnostic message sink to report diagnostic messages to. In order for long running tests to be reported, this must not be null.

public IMessageSink? DiagnosticMessageSink { get; set; }

Property Value