Table of Contents

Method Get

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

Get(Type)

Gets the test collection for a given test class.

IXunitTestCollection Get(Type testClass)

Parameters

testClass Type

The test class.

Returns

The test collection.