Table of Contents

Delegate MessageHandler<TMessage>

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

Represents a handler for a message, which includes the ability to signal that tests should stop running.

public delegate void MessageHandler<TMessage>(MessageHandlerArgs<TMessage> args) where TMessage : IMessageSinkMessage

Parameters

args MessageHandlerArgs<TMessage>

The message.

Type Parameters

TMessage

The type of the message to be handled.