Class TestMessageSink
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
Properties
Diagnostics
Gets a list of diagnostics events that can be subscribed to.
public DiagnosticEventSink Diagnostics { get; }
Property Value
Discovery
Gets a list of discovery events that can be subscribed to.
public DiscoveryEventSink Discovery { get; }
Property Value
Execution
Gets a list of execution events that can be subscribed to.
public ExecutionEventSink Execution { get; }
Property Value
Runner
Gets a list of runner events that can be subscribed to.
public RunnerEventSink Runner { get; }