Table of Contents

Method GetClassTestCaseOrderer

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

GetClassTestCaseOrderer(Type)

Gets the test case orderer that's attached to a test class. Returns null if there isn't one attached.

public static ITestCaseOrderer? GetClassTestCaseOrderer(Type testClass)

Parameters

testClass Type

The test class

Returns