Table of Contents

Constructor CollectionPerClassTestCollectionFactory

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

CollectionPerClassTestCollectionFactory(IXunitTestAssembly)

Implementation of IXunitTestCollectionFactory which creates a new test collection for each test class that isn't decorated with CollectionAttribute or CollectionAttribute<TCollectionDefinition>.

public CollectionPerClassTestCollectionFactory(IXunitTestAssembly testAssembly)

Parameters

testAssembly

The test assembly