TestOrderAttribute Class
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(int, string) Initializes a new instance of the TestOrderAttribute class.
TestOrderAttribute(int) 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
IsAssignableToISerializable<TestOrderAttribute>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<TestOrderAttribute>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<TestOrderAttribute>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.

See Also

  • Attribute