Table of Contents

Constructor XunitTestFramework

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

XunitTestFramework()

Initializes a new instance of the XunitTestFramework class.

public XunitTestFramework()

XunitTestFramework(string?)

Initializes a new instance of the XunitTestFramework class.

public XunitTestFramework(string? configFileName)

Parameters

configFileName string

The optional test configuration file.