Table of Contents

Property ClassFixtureTypes

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

ClassFixtureTypes

Gets a list of class fixture types associated with the test class (and the test collection).

IReadOnlyCollection<Type> ClassFixtureTypes { get; }

Property Value

IReadOnlyCollection<Type>