Interface ITestCaseOrdererAttribute
Used to decorate an assembly, test collection, or test class to allow the use of a custom test case orderer. Only one may exist on a given element.
public interface ITestCaseOrdererAttribute
Properties
OrdererType
Gets the orderer type. Must implement ITestCaseOrderer.
Type OrdererType { get; }