Constructor XunitTestCollectionRunnerBaseContext
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
XunitTestCollectionRunnerBaseContext(TTestCollection, IReadOnlyCollection<TTestCase>, ExplicitOption, IMessageBus, ITestCaseOrderer, ExceptionAggregator, CancellationTokenSource, FixtureMappingManager)
Context class for XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase>.
public XunitTestCollectionRunnerBaseContext(TTestCollection testCollection, IReadOnlyCollection<TTestCase> testCases, ExplicitOption explicitOption, IMessageBus messageBus, ITestCaseOrderer testCaseOrderer, ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource, FixtureMappingManager assemblyFixtureMappings)
Parameters
testCollectionTTestCollectionThe test collection
testCasesIReadOnlyCollection<TTestCase>The test cases from the test collection
explicitOptionThe user's choice on how to treat explicit tests
messageBusThe message bus to send execution messages to
testCaseOrdererThe order used to order tests cases in the collection
aggregatorThe exception aggregator
cancellationTokenSourceCancellationTokenSourceThe cancellation token source
assemblyFixtureMappingsThe fixtures associated with the test assembly