Table of Contents

Class TestCaseRunnerBaseContext<TTestCase>

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll
public class TestCaseRunnerBaseContext<TTestCase> : ContextBase, IAsyncLifetime, IAsyncDisposable where TTestCase : class, ITestCase

Type Parameters

TTestCase

The 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.