Table of Contents

Class XunitTestMethodRunnerBaseContext<TTestMethod, TTestCase>

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll
public class XunitTestMethodRunnerBaseContext<TTestMethod, TTestCase> : TestMethodRunnerContext<TTestMethod, TTestCase>, IAsyncLifetime, IAsyncDisposable where TTestMethod : class, IXunitTestMethod where TTestCase : class, IXunitTestCase

Type Parameters

TTestMethod
TTestCase
Inheritance
TestMethodRunnerContext<TTestMethod, TTestCase>
XunitTestMethodRunnerBaseContext<TTestMethod, TTestCase>
Implements
Derived
Inherited Members
TestMethodRunnerContext<TTestMethod, TTestCase>.TestCases
TestMethodRunnerContext<TTestMethod, TTestCase>.TestMethod

Constructors

XunitTestMethodRunnerBaseContext(TTestMethod, IReadOnlyCollection<TTestCase>, ExplicitOption, IMessageBus, ExceptionAggregator, CancellationTokenSource, object?[])

Context class for XunitTestMethodRunnerBase<TContext, TTestMethod, TTestCase>.

Properties

ConstructorArguments

Gets the arguments to send to the test class constructor.