Class TestMessageSink
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
An implementation of IMessageSink that provides access to events for all levels of reporting.
public class TestMessageSink : AggregateMessageSink, IAsyncDisposable, IMessageSink
- Inheritance
-
TestMessageSink
- Implements
- Derived
- Inherited Members
-
AggregateMessageSink.GetOrCreateAggregatedSink<TDispatcher>(ref TDispatcher)
Properties
- Diagnostics
Gets a list of diagnostics events that can be subscribed to.
- Discovery
Gets a list of discovery events that can be subscribed to.
- Execution
Gets a list of execution events that can be subscribed to.
- Runner
Gets a list of runner events that can be subscribed to.