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, orfalse
to stop.