Table of Contents

Method GetTestCaseOrderer

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

GetTestCaseOrderer(TContext)

Gives an opportunity to override test case orderer. By default, this method gets the orderer from the collection definition. If this function returns null, the test case orderer passed into the constructor will be used.

protected virtual ITestCaseOrderer? GetTestCaseOrderer(TContext ctxt)

Parameters

ctxt TContext

The context that describes the current test collection

Returns