A class implements this interface to participate in ordering tests for the test runner. Test case orderers are applied using the TestCaseOrdererAttribute, which can be applied at the assembly, test collection, and test class level.
More...
A class implements this interface to participate in ordering tests for the test runner. Test case orderers are applied using the TestCaseOrdererAttribute, which can be applied at the assembly, test collection, and test class level.
◆ OrderTestCases< TTestCase >()
IEnumerable<TTestCase> Xunit.Sdk.ITestCaseOrderer.OrderTestCases< TTestCase > |
( |
IEnumerable< TTestCase > |
testCases | ) |
|
Orders test cases for execution.
- Parameters
-
testCases | The test cases to be ordered. |
- Returns
- The test cases in the order to be run.
The documentation for this interface was generated from the following file:
- xunit/src/xunit.core/Sdk/ITestCaseOrderer.cs