Table of Contents

Interface ITestCollectionOrdererAttribute

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

Used to decorate an assembly, test collection, or test class to allow the use of a custom test collection orderer. Only one may exist on a given element.

public interface ITestCollectionOrdererAttribute

Properties

OrdererType

Gets the orderer type. Must implement ITestCollectionOrderer.