xUnit.net
|
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... | |
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.
IEnumerable<ITestCollection> Xunit.ITestCollectionOrderer.OrderTestCollections | ( | IEnumerable< ITestCollection > | testCollections | ) |
Orders test collections for execution.
testCollections | The test collections to be ordered. |