Defines the attribute used to order tests
by the specified ordinal.
- Namespace
- Songhay
.Tests .Orderers - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["TestOrderAttribute"]
class Type type-node
Syntax
public class TestOrderAttribute : Attribute
Constructors
Name | Summary |
---|---|
TestOrderAttribute |
Initializes a new instance of the TestOrderAttribute class. |
TestOrderAttribute |
Initializes a new instance of the TestOrderAttribute class. |
Properties
Name | Property Type | Summary |
---|---|---|
Ordinal | int |
Gets the ordinal.
|
Reason | string |
Gets the reason for choosing the order.
|
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
- Attribute