Table of Contents

Class TestPipelineStartupAttribute

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

Used to decorate xUnit.net test assemblies to indicate that the developer wishes to have code that runs during the test pipeline startup and shutdown (including both discovery and execution).

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public sealed class TestPipelineStartupAttribute : Attribute, ITestPipelineStartupAttribute
Inheritance
TestPipelineStartupAttribute
Implements
Inherited Members

Constructors

TestPipelineStartupAttribute(Type)

Used to decorate xUnit.net test assemblies to indicate that the developer wishes to have code that runs during the test pipeline startup and shutdown (including both discovery and execution).

Properties

TestPipelineStartupType

Gets the test pipeline startup type. Must implement ITestPipelineStartup.