Implementation of
ITestCaseOrderer
for the use of TestOrderAttribute
.
- Namespace
- Songhay
.Tests .Orderers - Base Types
-
- ITestCaseOrderer
graph BT
Type-->Base0["ITestCaseOrderer"]
Type["TestCaseOrderer"]
class Type type-node
Syntax
public class TestCaseOrderer : ITestCaseOrderer
Remarks
For more detail, see “How to Order xUnit Tests and Collections” by Tom DuPont.
[ see http://www.tomdupont.net/2016/04/how-to-order-xunit-tests-and-collections.html ]
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
AssemblyName | string | SonghayCore.xUnit |
The type name
static
|
QueuedTests | ConcurrentDictionary |
The queued tests
static
|
|
TypeName | string | Songhay.Tests.Orderers.TestCaseOrderer |
The type name
static
|
Methods
Name | Return Value | Summary |
---|---|---|
OrderTestCases |
IEnumerable |
Orders test cases for execution.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
ToObjectOrDbNull |
object |
Boxes the nullable in
object
or returns DBNull .
From NullableExtensions
|
To |
T |
Returns the non-null value of the specified, nullable reference type
or throws an
ArgumentNullException
when the value is null.
From NullableExtensions
|
See Also
- ITestCaseOrderer