Class TestCaseRunnerBaseContext<TTestCase>
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Base context class for TestCaseRunnerBase<TContext, TTestCase>.
public class TestCaseRunnerBaseContext<TTestCase> : ContextBase, IAsyncLifetime, IAsyncDisposable where TTestCase : class, ITestCase
Type Parameters
TTestCaseThe type of the test case used by the test framework. Must derive from ITestCase.
- Inheritance
-
TestCaseRunnerBaseContext<TTestCase>
- Implements
- Derived
- Inherited Members
Constructors
- TestCaseRunnerBaseContext(TTestCase, ExplicitOption, IMessageBus, ExceptionAggregator, CancellationTokenSource)
Base context class for TestCaseRunnerBase<TContext, TTestCase>.
Properties
- TestCase
Gets the test case that is being executed.