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
TypeThe test collection factory type
testAssembly
The test assembly under test