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