Table of Contents

Constructor TestPipelineStartupAttribute

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

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

public TestPipelineStartupAttribute(Type testPipelineStartupType)

Parameters

testPipelineStartupType Type