Table of Contents

Method GetCollectionCollectionFixtureTypes

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

GetCollectionCollectionFixtureTypes(Type?)

Gets the fixture types that are attached to the test collection via ICollectionFixture<TFixture>.

public static IReadOnlyCollection<Type> GetCollectionCollectionFixtureTypes(Type? collectionDefinition)

Parameters

collectionDefinition Type

The test collection definition type

Returns

IReadOnlyCollection<Type>