Table of Contents

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

testAssembly

The test assembly

collectionFactory

The test collection factory used to look up test collections.