Table of Contents

Method OnMessage

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

OnMessage(IMessageSinkMessage)

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

protected virtual bool OnMessage(IMessageSinkMessage message)

Parameters

message

The message from the message bus

Returns

bool

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