Constructor CrashDetectionExecutionSink
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
CrashDetectionExecutionSink(XunitProjectAssembly, IMessageSink)
An implementation of IMessageSink that detects when test assembly starting and finished messages have been sent, and will send cleanup/error messages to the inner sink if it appears that the test process crashed (failed to send one or both messages).
public CrashDetectionExecutionSink(XunitProjectAssembly projectAssembly, IMessageSink innerSink)
Parameters
projectAssemblyThe test project assembly
innerSinkThe inner message sink