Table of Contents

Constructor TestCollectionOrdererAttribute

Namespace
Xunit
Assembly
xunit.v3.core.dll

TestCollectionOrdererAttribute(Type)

Used to decorate an assembly to allow the use of a custom test collection orderer.

public TestCollectionOrdererAttribute(Type ordererType)

Parameters

ordererType Type

The orderer type; must implement ITestCollectionOrderer