Table of Contents

Method GetAssemblyFixtureTypes

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

GetAssemblyFixtureTypes(Assembly)

Gets the fixture types that are attached to the test assembly via IAssemblyFixtureAttributes.

public static IReadOnlyCollection<Type> GetAssemblyFixtureTypes(Assembly testAssembly)

Parameters

testAssembly Assembly

The test assembly

Returns

IReadOnlyCollection<Type>