Table of Contents

Constructor XunitTestClassRunnerBaseContext

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

XunitTestClassRunnerBaseContext(TTestClass, IReadOnlyCollection<TTestCase>, ExplicitOption, IMessageBus, ITestCaseOrderer, ExceptionAggregator, CancellationTokenSource, FixtureMappingManager)

public XunitTestClassRunnerBaseContext(TTestClass testClass, IReadOnlyCollection<TTestCase> testCases, ExplicitOption explicitOption, IMessageBus messageBus, ITestCaseOrderer testCaseOrderer, ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource, FixtureMappingManager collectionFixtureMappings)

Parameters

testClass TTestClass

The test class

testCases IReadOnlyCollection<TTestCase>

The test from the test class

explicitOption

The user's choice on how to treat explicit tests

messageBus

The message bus to send execution messages to

testCaseOrderer

The orderer used to sort the test cases for executiong

aggregator

The exception aggregator

cancellationTokenSource CancellationTokenSource

The cancellation token source

collectionFixtureMappings

The fixtures attached to the test collection