Table of Contents

Method GetAssemblyTestCollectionOrderer

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

GetAssemblyTestCollectionOrderer(Assembly)

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

public static ITestCollectionOrderer? GetAssemblyTestCollectionOrderer(Assembly testAssembly)

Parameters

testAssembly Assembly

The test assembly

Returns