Table of Contents

Class XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase>

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll
public class XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase> : TestCollectionRunnerContext<TTestCollection, TTestCase>, IAsyncLifetime, IAsyncDisposable where TTestCollection : class, IXunitTestCollection where TTestCase : class, IXunitTestCase

Type Parameters

TTestCollection
TTestCase
Inheritance
TestCollectionRunnerContext<TTestCollection, TTestCase>
XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase>
Implements
Derived
Inherited Members
TestCollectionRunnerContext<TTestCollection, TTestCase>.TestCases
TestCollectionRunnerContext<TTestCollection, TTestCase>.TestCollection

Constructors

XunitTestCollectionRunnerBaseContext(TTestCollection, IReadOnlyCollection<TTestCase>, ExplicitOption, IMessageBus, ITestCaseOrderer, ExceptionAggregator, CancellationTokenSource, FixtureMappingManager)

Context class for XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase>.

Properties

CollectionFixtureMappings

Gets the mapping manager for collection-level fixtures.

TestCaseOrderer

Gets or sets the orderer used to order test cases within the test collection.

Methods

InitializeAsync()

Called immediately after the class has been created, before it is used.