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