Constructor TestCaseOrdererAttribute
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
TestCaseOrdererAttribute(Type)
Used to decorate an assembly, test collection, or test class to allow the use of a custom test case orderer.
public TestCaseOrdererAttribute(Type ordererType)
Parameters
ordererTypeTypeThe orderer type; must implement ITestCaseOrderer