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
AssemblyThe test assembly