Class TestCollectionOrdererAttribute
Used to decorate an assembly to allow the use of a custom Xunit.Sdk.ITestCollectionOrderer.
Namespace: Xunit
Assembly: xunit.core.dll
Syntax
public sealed class TestCollectionOrdererAttribute : Attribute
Constructors
| Improve this Doc View SourceTestCollectionOrdererAttribute(String, String)
Initializes a new instance of the TestCollectionOrdererAttribute class.
Declaration
public TestCollectionOrdererAttribute(string ordererTypeName, string ordererAssemblyName)
Parameters
Type | Name | Description |
---|---|---|
String | ordererTypeName | The type name of the orderer class (that implements Xunit.Sdk.ITestCollectionOrderer). |
String | ordererAssemblyName | The assembly that |