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
TypeThe test collection definition type