Method GetCollectionTestCaseOrderer
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
GetCollectionTestCaseOrderer(Type?)
Gets the test case orderer that's attached to a test collection. Returns null
if there
isn't one attached.
public static ITestCaseOrderer? GetCollectionTestCaseOrderer(Type? collectionDefinition)
Parameters
collectionDefinition
TypeThe test collection definition