Table of Contents

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 Type

The test collection definition

Returns