xUnit.net
Public Member Functions | List of all members
Xunit.ITestCollectionOrderer Interface Reference

A class implements this interface to participate in ordering tests for the test runner. Test collection orderers are applied using the TestCollectionOrdererAttribute, which can be applied at the assembly level. More...

Public Member Functions

IEnumerable< ITestCollection > OrderTestCollections (IEnumerable< ITestCollection > testCollections)
 Orders test collections for execution. More...
 

Detailed Description

A class implements this interface to participate in ordering tests for the test runner. Test collection orderers are applied using the TestCollectionOrdererAttribute, which can be applied at the assembly level.

Member Function Documentation

◆ OrderTestCollections()

IEnumerable<ITestCollection> Xunit.ITestCollectionOrderer.OrderTestCollections ( IEnumerable< ITestCollection >  testCollections)

Orders test collections for execution.

Parameters
testCollectionsThe test collections to be ordered.
Returns
The test collections in the order to be run.

The documentation for this interface was generated from the following file: