Table of Contents

Method OnMessage

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

OnMessage(IMessageSinkMessage)

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

bool OnMessage(IMessageSinkMessage message)

Parameters

message

The message from the message bus

Returns

bool

Return true to continue running tests, or false to stop.