xUnit.net
Public Member Functions | List of all members
Xunit.TestCaseOrdererAttribute Class Reference

Used to decorate an assembly, test collection, or test class to allow the use of a custom T:Xunit.Sdk.ITestCaseOrderer. More...

Inheritance diagram for Xunit.TestCaseOrdererAttribute:

Public Member Functions

 TestCaseOrdererAttribute (string ordererTypeName, string ordererAssemblyName)
 Initializes a new instance of the TestCaseOrdererAttribute class. More...
 

Detailed Description

Used to decorate an assembly, test collection, or test class to allow the use of a custom T:Xunit.Sdk.ITestCaseOrderer.

Constructor & Destructor Documentation

◆ TestCaseOrdererAttribute()

Xunit.TestCaseOrdererAttribute.TestCaseOrdererAttribute ( string  ordererTypeName,
string  ordererAssemblyName 
)
inline

Initializes a new instance of the TestCaseOrdererAttribute class.

Parameters
ordererTypeNameThe type name of the orderer class (that implements T:Xunit.Sdk.ITestCaseOrderer).
ordererAssemblyNameThe assembly that ordererTypeName exists in.

The documentation for this class was generated from the following file: