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
MethodInfoThe test method