|
xUnit.net
|
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...
Public Member Functions | |
| IEnumerable< TTestCase > | OrderTestCases< TTestCase > (IEnumerable< TTestCase > testCases) |
| Orders test cases for execution. 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.
| IEnumerable<TTestCase> Xunit.Sdk.ITestCaseOrderer.OrderTestCases< TTestCase > | ( | IEnumerable< TTestCase > | testCases | ) |
Orders test cases for execution.
| testCases | The test cases to be ordered. |
| TTestCase | : | ITestCase |
1.8.15