Property BeforeAfterTestAttributes
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
BeforeAfterTestAttributes
Gets the IBeforeAfterTestAttributes attached to the test collection (and the test assembly).
IReadOnlyCollection<IBeforeAfterTestAttribute> BeforeAfterTestAttributes { get; }