Property BeforeAfterTestAttributes
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
BeforeAfterTestAttributes
Gets the collection of IBeforeAfterTestAttribute used for this test.
public IReadOnlyCollection<IBeforeAfterTestAttribute> BeforeAfterTestAttributes { get; }