Table of Contents

Class XunitTestFramework

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

The implementation of ITestFramework that supports discovery and execution of unit tests linked against xunit.v3.core.dll.

public class XunitTestFramework : TestFramework, ITestFramework, IAsyncDisposable
Inheritance
XunitTestFramework
Implements
Inherited Members

Constructors

XunitTestFramework()

Initializes a new instance of the XunitTestFramework class.

XunitTestFramework(string?)

Initializes a new instance of the XunitTestFramework class.

Properties

TestFrameworkDisplayName

Returns the display name of the test framework that this discoverer is running tests for.

Methods

CreateDiscoverer(Assembly)

Override this method to provide the implementation of ITestFrameworkDiscoverer.

CreateExecutor(Assembly)

Override this method to provide the implementation of ITestFrameworkExecutor.