Class DefaultTestCaseOrderer
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Default implementation of ITestCaseOrderer. Orders tests in an unpredictable but stable order, so that repeated test runs of the identical test assembly run tests in the same order.
public class DefaultTestCaseOrderer : ITestCaseOrderer
- Inheritance
-
DefaultTestCaseOrderer
- Implements
- Inherited Members
Properties
- Instance
Gets the singleton instance of DefaultTestCaseOrderer.
Methods
- OrderTestCases<TTestCase>(IReadOnlyCollection<TTestCase>)
Orders test cases for execution.