xUnit.net
|
Used to decorate an assembly to allow the use of a custom T:Xunit.Sdk.ITestCollectionOrderer. More...
Public Member Functions | |
TestCollectionOrdererAttribute (string ordererTypeName, string ordererAssemblyName) | |
Initializes a new instance of the TestCollectionOrdererAttribute class. More... | |
Used to decorate an assembly to allow the use of a custom T:Xunit.Sdk.ITestCollectionOrderer.
|
inline |
Initializes a new instance of the TestCollectionOrdererAttribute class.
ordererTypeName | The type name of the orderer class (that implements T:Xunit.Sdk.ITestCollectionOrderer). |
ordererAssemblyName | The assembly that ordererTypeName exists in. |