Class XunitTestMethodRunnerBaseContext<TTestMethod, TTestCase>
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Context class for XunitTestMethodRunnerBase<TContext, TTestMethod, TTestCase>.
public class XunitTestMethodRunnerBaseContext<TTestMethod, TTestCase> : TestMethodRunnerContext<TTestMethod, TTestCase>, IAsyncLifetime, IAsyncDisposable where TTestMethod : class, IXunitTestMethod where TTestCase : class, IXunitTestCase
Type Parameters
TTestMethodTTestCase
- Inheritance
-
TestMethodRunnerContext<TTestMethod, TTestCase>XunitTestMethodRunnerBaseContext<TTestMethod, TTestCase>
- Implements
- Derived
- Inherited Members
-
TestMethodRunnerContext<TTestMethod, TTestCase>.TestCasesTestMethodRunnerContext<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.