Table of Contents

Method GetXunitTestCollectionFactory

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

GetXunitTestCollectionFactory(Type?, IXunitTestAssembly)

Gets an xUnit.net v3 test collection factory.

public static IXunitTestCollectionFactory? GetXunitTestCollectionFactory(Type? testCollectionFactoryType, IXunitTestAssembly testAssembly)

Parameters

testCollectionFactoryType Type

The test collection factory type

testAssembly

The test assembly under test

Returns