Interface ITestCaseOrdererAttribute
- Namespace
- Xunit.v3
- 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. Only one may exist on a given element.
public interface ITestCaseOrdererAttribute
Properties
- OrdererType
Gets the orderer type. Must implement ITestCaseOrderer.