Table of Contents

Interface ITestPipelineStartupAttribute

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).

public interface ITestPipelineStartupAttribute

Remarks

Test pipeline startup attributes are only valid at the assembly level, and only a single instance is allowed.

Properties

TestPipelineStartupType

Gets the test pipeline startup type. Must implement ITestPipelineStartup.