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