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