Constructor XunitTestFrameworkExecutor
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
XunitTestFrameworkExecutor(IXunitTestAssembly)
The implementation of ITestFrameworkExecutor that supports execution of unit tests linked against xunit.v3.core.dll.
public XunitTestFrameworkExecutor(IXunitTestAssembly testAssembly)
Parameters
testAssemblyThe test assembly.
Remarks
Initializes a new instance of the XunitTestFrameworkExecutor class.