Method GetClassClassFixtureTypes
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
GetClassClassFixtureTypes(Type, IReadOnlyCollection<Type>)
Gets the fixture types that are attached to the test class via IClassFixture<TFixture>.
public static IReadOnlyCollection<Type> GetClassClassFixtureTypes(Type testClass, IReadOnlyCollection<Type> collectionClassFixtureTypes)
Parameters
testClass
TypeThe test class
collectionClassFixtureTypes
IReadOnlyCollection<Type>The class fixture types from the test collection, which will be merged into the result