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
configFileNamestringThe optional test configuration file.