Constructor XunitTestFrameworkDiscoverer
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
XunitTestFrameworkDiscoverer(IXunitTestAssembly, IXunitTestCollectionFactory?)
Initializes a new instance of the XunitTestFrameworkDiscoverer class.
public XunitTestFrameworkDiscoverer(IXunitTestAssembly testAssembly, IXunitTestCollectionFactory? collectionFactory = null)
Parameters
testAssemblyThe test assembly
collectionFactoryThe test collection factory used to look up test collections.