Table of Contents

Property BeforeAfterTestAttributes

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

BeforeAfterTestAttributes

Gets the IBeforeAfterTestAttributes attached to the test method (and the test class, test collection, and test assembly).

IReadOnlyCollection<IBeforeAfterTestAttribute> BeforeAfterTestAttributes { get; }

Property Value

IReadOnlyCollection<IBeforeAfterTestAttribute>