Table of Contents

Method GetDefaultTestCollection

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

GetDefaultTestCollection(Type)

Override to provide a test collection when the given test class is not decorated with any test collection attributes.

protected abstract IXunitTestCollection GetDefaultTestCollection(Type testClass)

Parameters

testClass Type

The test class

Returns