Class XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase>
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Context class for XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase>.
public class XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase> : TestCollectionRunnerContext<TTestCollection, TTestCase>, IAsyncLifetime, IAsyncDisposable where TTestCollection : class, IXunitTestCollection where TTestCase : class, IXunitTestCase
Type Parameters
TTestCollectionTTestCase
- Inheritance
-
TestCollectionRunnerContext<TTestCollection, TTestCase>XunitTestCollectionRunnerBaseContext<TTestCollection, TTestCase>
- Implements
- Derived
- Inherited Members
-
TestCollectionRunnerContext<TTestCollection, TTestCase>.TestCasesTestCollectionRunnerContext<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.