Table of Contents

Class TestMessageSink

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

An implementation of IMessageSink that provides access to events for all levels of reporting.

public class TestMessageSink : AggregateMessageSink, IAsyncDisposable, IMessageSink
Inheritance
TestMessageSink
Implements
Derived
Inherited Members

Properties

Diagnostics

Gets a list of diagnostics events that can be subscribed to.

public DiagnosticEventSink Diagnostics { get; }

Property Value

DiagnosticEventSink

Discovery

Gets a list of discovery events that can be subscribed to.

public DiscoveryEventSink Discovery { get; }

Property Value

DiscoveryEventSink

Execution

Gets a list of execution events that can be subscribed to.

public ExecutionEventSink Execution { get; }

Property Value

ExecutionEventSink

Runner

Gets a list of runner events that can be subscribed to.

public RunnerEventSink Runner { get; }

Property Value

RunnerEventSink