Table of Contents

Class XunitTestCaseRunnerContext

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Context class for XunitTestCaseRunner.

public class XunitTestCaseRunnerContext : XunitTestCaseRunnerBaseContext<IXunitTestCase, IXunitTest>, IAsyncLifetime, IAsyncDisposable
Inheritance
XunitTestCaseRunnerContext
Implements
Inherited Members
XunitTestCaseRunnerBaseContext<IXunitTestCase, IXunitTest>.BeforeAfterTestAttributes
XunitTestCaseRunnerBaseContext<IXunitTestCase, IXunitTest>.ConstructorArguments
XunitTestCaseRunnerBaseContext<IXunitTestCase, IXunitTest>.DisplayName
XunitTestCaseRunnerBaseContext<IXunitTestCase, IXunitTest>.SkipReason
XunitTestCaseRunnerBaseContext<IXunitTestCase, IXunitTest>.Tests
TestCaseRunnerBaseContext<IXunitTestCase>.TestCase

Constructors

XunitTestCaseRunnerContext(IXunitTestCase, IReadOnlyCollection<IXunitTest>, IMessageBus, ExceptionAggregator, CancellationTokenSource, string, string?, ExplicitOption, object?[])

Context class for XunitTestCaseRunner.