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

Used to decorate an assembly to allow the use of a custom T:Xunit.Sdk.ITestCollectionOrderer. More...

Inheritance diagram for Xunit.TestCollectionOrdererAttribute:

Public Member Functions

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

Detailed Description

Used to decorate an assembly to allow the use of a custom T:Xunit.Sdk.ITestCollectionOrderer.

Constructor & Destructor Documentation

◆ TestCollectionOrdererAttribute()

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

Initializes a new instance of the TestCollectionOrdererAttribute class.

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

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