Constructor ExecutionSink
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
ExecutionSink(XunitProjectAssembly, ITestFrameworkDiscoveryOptions, ITestFrameworkExecutionOptions, AppDomainOption, bool, IMessageSink, ExecutionSinkOptions)
Initializes a new instance of the ExecutionSink class.
public ExecutionSink(XunitProjectAssembly assembly, ITestFrameworkDiscoveryOptions discoveryOptions, ITestFrameworkExecutionOptions executionOptions, AppDomainOption appDomainOption, bool shadowCopy, IMessageSink innerSink, ExecutionSinkOptions options)
Parameters
assemblyThe assembly under test.
discoveryOptionsThe options used during test discovery.
executionOptionsThe options used during test execution.
appDomainOptionA flag to indicate whether app domains are in use.
shadowCopyboolA flag to indicate whether shadow copying is in use.
innerSinkThe inner sink to forward messages to (typically the reporter message handler, retrieved by calling CreateMessageHandler(IRunnerLogger, IMessageSink?) on the runner reporter)
optionsThe options to use for the execution sink
ExecutionSink(XunitProjectAssembly, ITestFrameworkDiscoveryOptions, ITestFrameworkExecutionOptions, AppDomainOption, bool, IMessageSink, ExecutionSinkOptions, ISourceInformationProvider)
Initializes a new instance of the ExecutionSink class.
public ExecutionSink(XunitProjectAssembly assembly, ITestFrameworkDiscoveryOptions discoveryOptions, ITestFrameworkExecutionOptions executionOptions, AppDomainOption appDomainOption, bool shadowCopy, IMessageSink innerSink, ExecutionSinkOptions options, ISourceInformationProvider sourceInformationProvider)
Parameters
assemblyThe assembly under test.
discoveryOptionsThe options used during test discovery.
executionOptionsThe options used during test execution.
appDomainOptionA flag to indicate whether app domains are in use.
shadowCopyboolA flag to indicate whether shadow copying is in use.
innerSinkThe inner sink to forward messages to (typically the reporter message handler, retrieved by calling CreateMessageHandler(IRunnerLogger, IMessageSink?) on the runner reporter)
optionsThe options to use for the execution sink
sourceInformationProviderThe source information provider