xUnit.net
|
Used by discovery, execution, and extensibility code to send messages to the runner. More...
Public Member Functions | |
bool | QueueMessage (IMessageSinkMessage message) |
Queues a message to be sent to the runner. More... | |
Used by discovery, execution, and extensibility code to send messages to the runner.
bool Xunit.Sdk.IMessageBus.QueueMessage | ( | IMessageSinkMessage | message | ) |
Queues a message to be sent to the runner.
message | The message to be sent to the runner |
true
if discovery/execution should continue; false
, otherwise. The return value may be safely ignored by components which are not directly responsible for discovery or execution, and this is intended to communicate to those sub-systems that that they should short circuit and stop their work as quickly as is reasonable.