Table of Contents

Method GetMethodDataAttributes

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

GetMethodDataAttributes(MethodInfo)

Gets the IDataAttributes attached to the given test method.

public static IReadOnlyCollection<IDataAttribute> GetMethodDataAttributes(MethodInfo testMethod)

Parameters

testMethod MethodInfo

The test method

Returns

IReadOnlyCollection<IDataAttribute>