Table of Contents

Method GetMethodFactAttributes

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

GetMethodFactAttributes(MethodInfo)

Gets the IFactAttributes attached to the given test method.

public static IReadOnlyCollection<IFactAttribute> GetMethodFactAttributes(MethodInfo testMethod)

Parameters

testMethod MethodInfo

The test method

Returns

IReadOnlyCollection<IFactAttribute>