Table of Contents

Interface IMessageSink

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

Represents an endpoint for the reception of test messages.

public interface IMessageSink

Methods

OnMessage(IMessageSinkMessage)

Reports the presence of a message on the message bus. This method should never throw exceptions.