Table of Contents

Interface IRunnerReporterMessageHandler

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

Indicates a message sink that's designed for use with runner reporters. In particular, this allows runner reporters to implement IAsyncDisposable and forces runners to dispose of the message handler that's returned to them.

public interface IRunnerReporterMessageHandler : IMessageSink, IAsyncDisposable
Inherited Members