Table of Contents

Method GetAssemblyBeforeAfterTestAttributes

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

GetAssemblyBeforeAfterTestAttributes(Assembly)

Gets the IBeforeAfterTestAttributes attached to the given test assembly.

public static IReadOnlyCollection<IBeforeAfterTestAttribute> GetAssemblyBeforeAfterTestAttributes(Assembly testAssembly)

Parameters

testAssembly Assembly

The test assembly

Returns

IReadOnlyCollection<IBeforeAfterTestAttribute>