Table of Contents

Method GetAssemblyTestCaseOrderer

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

GetAssemblyTestCaseOrderer(Assembly)

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

public static ITestCaseOrderer? GetAssemblyTestCaseOrderer(Assembly testAssembly)

Parameters

testAssembly Assembly

The test assembly

Returns