Table of Contents

Constructor TestCaseOrdererAttribute

Namespace
Xunit
Assembly
xunit.v3.core.dll

TestCaseOrdererAttribute(Type)

Used to decorate an assembly, test collection, or test class to allow the use of a custom test case orderer.

public TestCaseOrdererAttribute(Type ordererType)

Parameters

ordererType Type

The orderer type; must implement ITestCaseOrderer