Table of Contents

Property BeforeAfterTestAttributes

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

BeforeAfterTestAttributes

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

IReadOnlyCollection<IBeforeAfterTestAttribute> BeforeAfterTestAttributes { get; }

Property Value

IReadOnlyCollection<IBeforeAfterTestAttribute>