Class TestCaseOrdererAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Used to decorate an assembly, test collection, or test class to allow the use of a custom test case orderer.
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class TestCaseOrdererAttribute : Attribute, ITestCaseOrdererAttribute
- Inheritance
-
TestCaseOrdererAttribute
- Implements
- Inherited Members
Constructors
- TestCaseOrdererAttribute(Type)
Used to decorate an assembly, test collection, or test class to allow the use of a custom test case orderer.
Properties
- OrdererType
Gets the orderer type. Must implement ITestCaseOrderer.