Interface IMessageSinkWithTypes
- Namespace
- Xunit.Runner.v2
- Assembly
- xunit.v3.runner.utility.netfx.dll
Represents an endpoint for the reception of test messages. This endpoint can have the list of types of the message passed in to optimize the performance of message dispatching.
public interface IMessageSinkWithTypes : IDisposable
- Inherited Members
Methods
- OnMessageWithTypes(IMessageSinkMessage, HashSet<string>?)
Reports the presence of a message on the message bus with an optional list of message types. This method should never throw exceptions.