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